#A29FB3

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

Shades of Spun Pearl #A29FB3

Tints of Spun Pearl #A29FB3

Color information

#A29FB3 (or 0xA29FB3) is unknown color: approx Spun Pearl. HEX triplet: A2, 9F and B3. RGB value is (162,159,179). Sum of RGB (Red+Green+Blue) = 162+159+179=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #A29FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FB3 is #5D604C. Grayscale: #A2A2A2. Windows color (decimal): -6119501 or 11771810. OLE color: 11771810.

HSL color Cylindrical-coordinate representation of color #A29FB3: hue angle of 249º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29FB3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162159179-
CMYK0.090.1100.30
HSL249º11.63%66.27%-
HSV(B)249º11.17%70.2%-
XYZ35.4435.7347.68-
YUV162.18137.49127.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=32.4%
G=31.8%
B=35.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621591790.090.1100.3024911.6366.27
HexA29FB39B01Ef9c42
Octal242237263111303637114102
Binary101000101001111110110011100110110111101111100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FB3; }

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

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

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

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

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

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

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

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