#A29FAD

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

Shades of Spun Pearl #A29FAD

Tints of Spun Pearl #A29FAD

Color information

#A29FAD (or 0xA29FAD) is unknown color: approx Spun Pearl. HEX triplet: A2, 9F and AD. RGB value is (162,159,173). Sum of RGB (Red+Green+Blue) = 162+159+173=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #A29FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FAD is #5D6052. Grayscale: #A1A1A1. Windows color (decimal): -6119507 or 11378594. OLE color: 11378594.

HSL color Cylindrical-coordinate representation of color #A29FAD: hue angle of 252.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A29FAD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162159173-
CMYK0.060.0800.32
HSL252.86º7.87%65.1%-
HSV(B)252.86º8.09%67.84%-
XYZ34.8435.4944.55-
YUV161.49134.49128.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=32.79%
G=32.19%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621591730.060.0800.32252.867.8765.1
HexA29FAD68020fd841
Octal24223725561004037510101
Binary101000101001111110101101110100001000001111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FAD; }

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

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

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

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

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

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

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

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