#A09AA8

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

Shades of Cold Purple #A09AA8

Tints of Cold Purple #A09AA8

Color information

#A09AA8 (or 0xA09AA8) is unknown color: approx Cold Purple. HEX triplet: A0, 9A and A8. RGB value is (160,154,168). Sum of RGB (Red+Green+Blue) = 160+154+168=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 168 - color contains mainly: blue. Hex color #A09AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AA8 is #5F6557. Grayscale: #9D9D9D. Windows color (decimal): -6251864 or 11049632. OLE color: 11049632.

HSL color Cylindrical-coordinate representation of color #A09AA8: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09AA8 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB160154168-
CMYK0.050.0800.34
HSL265.71º7.45%63.14%-
HSV(B)265.71º8.33%65.88%-
XYZ33.1233.4141.75-
YUV157.39133.99129.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=33.20%
G=31.95%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601541680.050.0800.34265.717.4563.14
HexA09AA85802210a73f
Octal240232250510042412777
Binary10100000100110101010100010110000100010100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AA8; }

 p { color: rgb(160,154,168); }

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

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

 a { background-color: rgb(160,154,168); }

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

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

 span { border-color: rgb(160,154,168); }

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