Html Css Color HEX #A199AB Cold Purple

📋 copy color: '#A199AB'

red 161 ◦ green 153 ◦ blue 171

#A199AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A199AB

Tints of Cold Purple #A199AB

RGB

 RED value IS 161 (63.28% from 255) = 33.2%

 GREEN value IS 153 (60.16% from 255) = 31.55%

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 33.2%
G = 31.55%
B = 35.26%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A199AB (or 0xA199AB) is known color: Cold Purple. HEX triplet: A1, 99 and AB. RGB value is (161,153,171). Sum of RGB (Red+Green+Blue) = 161+153+171=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A199AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AB is #5E6654. Grayscale: #9D9D9D. Windows color (decimal): -6186581 or 11245985. OLE color: 11245985.

HSL color Cylindrical-coordinate representation of color #A199AB: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A199AB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 153 171 -
CMYK 0.06 0.11 0 0.33
HSL 266.67º 0.1% 0.64% -
HSV(B) 266.67º 0.11% 0.67% -
XYZ 33.44 33.3 43.19 -
YUV 157.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 161 153 171 0.06 0.11 0 0.33 266.67 0.1 0.64
Hex A1 99 AB 6 B 0 21 10B A 40
Octal 241 231 253 6 13 0 41 413 12 100
Binary 10100001 10011001 10101011 110 1011 0 100001 100001011 1010 1000000

Color Harmonies of #A199AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199AB

Black with #A199AB

Text Example


Text Example

White with #A199AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199AB; }

 p { color: rgb(161,153,171); }

 H1.HeaderClassName
 {
   color: #A199AB;
 }
 .AnyTagClassName
 {
   color: #A199AB;
 }
</style>

background-color css

<style>
 a { background-color: #A199AB; }

 a { background-color: rgb(161,153,171); }

 div.DivClassName
 {
   background-color: #A199AB;
 }
 .BgClassName
 {
   background-color: #A199AB;
 }
</style>

border-color css

<style>
 span { border-color: #A199AB; }

 span { border-color: rgb(161,153,171); }

 td.TdClassName
 {
   border-color: #A199AB;
 }
 .TagClassName
 {
   border-color: #A199AB;
 }
</style>