#A19AAA

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

Shades of Cold Purple #A19AAA

Tints of Cold Purple #A19AAA

Color information

#A19AAA (or 0xA19AAA) is unknown color: approx Cold Purple. HEX triplet: A1, 9A and AA. RGB value is (161,154,170). Sum of RGB (Red+Green+Blue) = 161+154+170=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A19AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AAA is #5E6555. Grayscale: #9D9D9D. Windows color (decimal): -6186326 or 11180705. OLE color: 11180705.

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

Color convert

RGB161154170-
CMYK0.050.0900.33
HSL266.25º8.6%63.53%-
HSV(B)266.25º9.41%66.67%-
XYZ33.5133.5942.75-
YUV157.92134.82130.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=33.20%
G=31.75%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611541700.050.0900.33266.258.663.53
HexA19AAA5902110a940
Octal24123225251104141211100
Binary1010000110011010101010101011001010000110000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AAA; }

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

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

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

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

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

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

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

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