#A09AAF

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

Shades of Spun Pearl #A09AAF

Tints of Spun Pearl #A09AAF

Color information

#A09AAF (or 0xA09AAF) is unknown color: approx Spun Pearl. HEX triplet: A0, 9A and AF. RGB value is (160,154,175). Sum of RGB (Red+Green+Blue) = 160+154+175=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #A09AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AAF is #5F6550. Grayscale: #9E9E9E. Windows color (decimal): -6251857 or 11508384. OLE color: 11508384.

HSL color Cylindrical-coordinate representation of color #A09AAF: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A09AAF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160154175-
CMYK0.090.1200.31
HSL257.14º11.6%64.51%-
HSV(B)257.14º12%68.63%-
XYZ33.7933.6845.28-
YUV158.19137.49129.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=32.72%
G=31.49%
B=35.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601541750.090.1200.31257.1411.664.51
HexA09AAF9C01F101c41
Octal240232257111403740114101
Binary1010000010011010101011111001110001111110000000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AAF; }

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

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

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

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

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

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

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

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