#A29FAF

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

Shades of Spun Pearl #A29FAF

Tints of Spun Pearl #A29FAF

Color information

#A29FAF (or 0xA29FAF) is unknown color: approx Spun Pearl. HEX triplet: A2, 9F and AF. RGB value is (162,159,175). Sum of RGB (Red+Green+Blue) = 162+159+175=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #A29FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FAF is #5D6050. Grayscale: #A1A1A1. Windows color (decimal): -6119505 or 11509666. OLE color: 11509666.

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

Color convert

RGB162159175-
CMYK0.070.0900.31
HSL251.25º9.09%65.49%-
HSV(B)251.25º9.14%68.63%-
XYZ35.0435.5745.58-
YUV161.72135.49128.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=32.66%
G=32.06%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621591750.070.0900.31251.259.0965.49
HexA29FAF7901Ffb941
Octal24223725771103737311101
Binary10100010100111111010111111110010111111111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FAF; }

 p { color: rgb(162,159,175); }

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

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

 a { background-color: rgb(162,159,175); }

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

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

 span { border-color: rgb(162,159,175); }

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