Html Css Color HEX #A09AA8 Cold Purple

📋 copy color: '#A09AA8'

red 160 ◦ green 154 ◦ blue 168

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

Shades of Cold Purple #A09AA8

Tints of Cold Purple #A09AA8

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

 GREEN value IS 154 (60.55% from 255) = 31.95%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 33.2%
G = 31.95%
B = 34.85%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A09AA8 (or 0xA09AA8) is known color: 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

RGB 160 154 168 -
CMYK 0.05 0.08 0 0.34
HSL 265.71º 0.07% 0.63% -
HSV(B) 265.71º 0.08% 0.66% -
XYZ 33.12 33.41 41.75 -
YUV 157.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 160 154 168 0.05 0.08 0 0.34 265.71 0.07 0.63
Hex A0 9A A8 5 8 0 22 10A 7 3F
Octal 240 232 250 5 10 0 42 412 7 77
Binary 10100000 10011010 10101000 101 1000 0 100010 100001010 111 111111

Color Harmonies of #A09AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09AA8

Black with #A09AA8

Text Example


Text Example

White with #A09AA8

Text Example


Text Example

HTML Codes & Css Web 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>