COLOR #A198CA

HEX: #A198CA RGB: (161,152,202)

Color info

#A198CA contains red, green and blue colors in about the same proportion. Web safe color of #A198CA is #9999CC (or #99C).

RGB color model

#A198CA color RGB value is (161,152,202).

RGB: (161,152,202) (63%, 60%, 79%)

RGB channels and saturation

R 161 of 255 = 63%
G 152 of 255 = 60%
B 202 of 255 = 79%

161
152
202

R + G + B ~ 67%. #A198CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 152 + 202 = 515 (100%)
R 161 of 515 ~ 31.26%
G 152 of 515 ~ 29.51%
B 202 of 515 ~ 39.22'%

%31.26
%29.51
%39.22

CMYK color model

#A198CA color CMYK value is (20,25,0,21).

  • cyan value is 20.30%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (20,25,0,21)
C20M25Y0K21 (20%, 25%, 0%, 21%)
(0.20 / 0.25 / 0.00 / 0.21)

CMYK percentages

%20.3
%24.75
%0
%20.78

Codes

Color #A198CA in popluar color models

A1 98 CA
RGB 161 152 202
HSL 251° 32.05% 69.41%
HSB/HSV 251° 24.75% 79.22%
CMYK 20.30% 24.75% 0.00%
20.78%

Color #A198CA in popluar number systems.

HEX A1 98 CA
Decimal 161 152 202
Binary 10100001 10011000 11001010
Octal 241 230 312

Shades and tints

Shades of #A198CA

#A198CA
(161,152,202)
#938BB8
(147,139,184)
#857EA6
(133,126,166)
#777194
(119,113,148)
#696482
(105,100,130)
#5B5770
(91,87,112)
#4D4A5E
(77,74,94)
#3F3D4C
(63,61,76)
#31303A
(49,48,58)
#232328
(35,35,40)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #A198CA

#A198CA
(161,152,202)
#A9A1CE
(169,161,206)
#B1AAD2
(177,170,210)
#B9B3D6
(185,179,214)
#C1BCDA
(193,188,218)
#C9C5DE
(201,197,222)
#D1CEE2
(209,206,226)
#D9D7E6
(217,215,230)
#E1E0EA
(225,224,234)
#E9E9EE
(233,233,238)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A198CA color. Also use rgb(161,152,202) instead hex code.

Text Font Color

.myTextColor { color: #A198CA; }

<p style="color:#A198CA">This sample text font color is #A198CA.</p>

This text font color is #A198CA.

Background Color

.myBgColor { background-color: #A198CA; }

<div style="background-color:#A198CA">Inner text</div>

This div background color is #A198CA.

Border color

.myBorderColor { border: 1px solid #A198CA; }

<div style="border:3px solid #A198CA">Div</div>

This div border color is #A198CA.

Opacity

.myOpacity80 { color: #A198CA; opacity: 0.8; }

<p style="color:#A198CA;opacity:0.8;">80%</p>

Text with #A198CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A198CA;}

<p style="text-shadow: 3px 3px 1px #A198CA">Text here.</p>

This text has shadow with #A198CA color.


.textShadow {text-shadow: 3px 3px 1px #A198CA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A198CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #A198CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A198CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A198CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #A198CA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A198CA;
-webkit-box-shadow: 1px 1px 3px 2px #A198CA;
box-shadow: 1px 1px 3px 2px #A198CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A198CA; -webkit-box-shadow: 1px 1px 3px 2px #A198CA; box-shadow:1px 1px 3px 2px #A198CA;">
Div content here
</div>

This div box has shadow with color #A198CA.

Preview

Color preview on black background

This text has color #A198CA on black background.


Color preview on white background

This text has color #A198CA on white background.


Black color preview on #A198CA background

This text has black color on #A198CA background.


White color preview on #A198CA background

This text has white color on #A198CA background.


Related colors

Complementary color

Complementary color for #hex is #5E6735.


I love getcolorcode.com

Triadic colors

1 #CAA198 and #98CAA1 with #A198CA are triadic colors.

2 #CA98A1 and #98A1CA with #A198CA are triadic colors.