#A19AAB

Color #A19AAB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A19AAB

Tints of Cold Purple #A19AAB

Color information

#A19AAB (or 0xA19AAB) is unknown color: approx Cold Purple. HEX triplet: A1, 9A and AB. RGB value is (161,154,171). Sum of RGB (Red+Green+Blue) = 161+154+171=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A19AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AAB is #5E6554. Grayscale: #9D9D9D. Windows color (decimal): -6186325 or 11246241. OLE color: 11246241.

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

Color convert

RGB161154171-
CMYK0.060.1000.33
HSL264.71º9.19%63.73%-
HSV(B)264.71º9.94%67.06%-
XYZ33.633.6343.25-
YUV158.03135.32130.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=33.13%
G=31.69%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611541710.060.1000.33264.719.1963.73
HexA19AAB6A021109940
Octal24123225361204141111100
Binary1010000110011010101010111101010010000110000100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AAB; }

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

 H1.HeaderClassName
 {
   color: #A19AAB;
 }
 .AnyTagClassName
 {
   color: #A19AAB;
 }
</style>
background-color css

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

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

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

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

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

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