#A09DAF

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

Shades of Spun Pearl #A09DAF

Tints of Spun Pearl #A09DAF

Color information

#A09DAF (or 0xA09DAF) is unknown color: approx Spun Pearl. HEX triplet: A0, 9D and AF. RGB value is (160,157,175). Sum of RGB (Red+Green+Blue) = 160+157+175=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #A09DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DAF is #5F6250. Grayscale: #9F9F9F. Windows color (decimal): -6251089 or 11509152. OLE color: 11509152.

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

Color convert

RGB160157175-
CMYK0.090.1000.31
HSL250º10.11%65.1%-
HSV(B)250º10.29%68.63%-
XYZ34.2934.6845.44-
YUV159.95136.49128.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=32.52%
G=31.91%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601571750.090.1000.3125010.1165.1
HexA09DAF9A01Ffaa41
Octal240235257111203737212101
Binary101000001001110110101111100110100111111111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DAF; }

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

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

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

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

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

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

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

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