#A09AA9

Color #A09AA9 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A09AA9

Tints of Spun Pearl #A09AA9

Color information

#A09AA9 (or 0xA09AA9) is unknown color: approx Spun Pearl. HEX triplet: A0, 9A and A9. RGB value is (160,154,169). Sum of RGB (Red+Green+Blue) = 160+154+169=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 169 - color contains mainly: blue. Hex color #A09AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AA9 is #5F6556. Grayscale: #9D9D9D. Windows color (decimal): -6251863 or 11115168. OLE color: 11115168.

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

Color convert

RGB160154169-
CMYK0.050.0900.34
HSL264º8.02%63.33%-
HSV(B)264º8.88%66.27%-
XYZ33.2133.4542.24-
YUV157.5134.49129.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=33.13%
G=31.88%
B=34.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601541690.050.0900.342648.0263.33
HexA09AA95902210883f
Octal2402322515110424101077
Binary101000001001101010101001101100101000101000010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AA9; }

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

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

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

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

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

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

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

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