#A29EB2

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

Shades of Spun Pearl #A29EB2

Tints of Spun Pearl #A29EB2

Color information

#A29EB2 (or 0xA29EB2) is unknown color: approx Spun Pearl. HEX triplet: A2, 9E and B2. RGB value is (162,158,178). Sum of RGB (Red+Green+Blue) = 162+158+178=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #A29EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29EB2 is #5D614D. Grayscale: #A1A1A1. Windows color (decimal): -6119758 or 11706018. OLE color: 11706018.

HSL color Cylindrical-coordinate representation of color #A29EB2: hue angle of 252º degrees, saturation: 0.11, 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 #A29EB2 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162158178-
CMYK0.090.1100.30
HSL252º11.49%65.88%-
HSV(B)252º11.24%69.8%-
XYZ35.1635.3547.09-
YUV161.48137.33128.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=32.53%
G=31.73%
B=35.74%

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
Decimal1621581780.090.1100.3025211.4965.88
HexA29EB29B01Efcb42
Octal242236262111303637413102
Binary101000101001111010110010100110110111101111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EB2; }

 p { color: rgb(162,158,178); }

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

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

 a { background-color: rgb(162,158,178); }

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

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

 span { border-color: rgb(162,158,178); }

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