#A29FB4

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

Shades of Spun Pearl #A29FB4

Tints of Spun Pearl #A29FB4

Color information

#A29FB4 (or 0xA29FB4) is unknown color: approx Spun Pearl. HEX triplet: A2, 9F and B4. RGB value is (162,159,180). Sum of RGB (Red+Green+Blue) = 162+159+180=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #A29FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FB4 is #5D604B. Grayscale: #A2A2A2. Windows color (decimal): -6119500 or 11837346. OLE color: 11837346.

HSL color Cylindrical-coordinate representation of color #A29FB4: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A29FB4 is Cyan = 0.1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162159180-
CMYK0.10.1200.29
HSL248.57º12.28%66.47%-
HSV(B)248.57º11.67%70.59%-
XYZ35.5435.7748.21-
YUV162.29137.99127.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=32.34%
G=31.74%
B=35.93%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621591800.10.1200.29248.5712.2866.47
HexA29FB4AC01Df9c42
Octal242237264121403537114102
Binary101000101001111110110100101011000111011111100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FB4; }

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

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

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

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

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

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

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

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