#A29FA8

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

Shades of Spun Pearl #A29FA8

Tints of Spun Pearl #A29FA8

Color information

#A29FA8 (or 0xA29FA8) is unknown color: approx Spun Pearl. HEX triplet: A2, 9F and A8. RGB value is (162,159,168). Sum of RGB (Red+Green+Blue) = 162+159+168=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 168 - color contains mainly: blue. Hex color #A29FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FA8 is #5D6057. Grayscale: #A0A0A0. Windows color (decimal): -6119512 or 11050914. OLE color: 11050914.

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

Color convert

RGB162159168-
CMYK0.040.0500.34
HSL260º4.92%64.12%-
HSV(B)260º5.36%65.88%-
XYZ34.3735.342.05-
YUV160.92131.99128.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=33.13%
G=32.52%
B=34.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621591680.040.0500.342604.9264.12
HexA29FA845022104540
Octal242237250450424045100
Binary10100010100111111010100010010101000101000001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FA8; }

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

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

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

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

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

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

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

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