#A29EB1

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

Shades of Spun Pearl #A29EB1

Tints of Spun Pearl #A29EB1

Color information

#A29EB1 (or 0xA29EB1) is unknown color: approx Spun Pearl. HEX triplet: A2, 9E and B1. RGB value is (162,158,177). Sum of RGB (Red+Green+Blue) = 162+158+177=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #A29EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29EB1 is #5D614E. Grayscale: #A1A1A1. Windows color (decimal): -6119759 or 11640482. OLE color: 11640482.

HSL color Cylindrical-coordinate representation of color #A29EB1: hue angle of 252.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29EB1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162158177-
CMYK0.080.1100.31
HSL252.63º10.86%65.69%-
HSV(B)252.63º10.73%69.41%-
XYZ35.0635.3146.56-
YUV161.36136.83128.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=32.60%
G=31.79%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621581770.080.1100.31252.6310.8665.69
HexA29EB18B01Ffdb42
Octal242236261101303737513102
Binary101000101001111010110001100010110111111111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EB1; }

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

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

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

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

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

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

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

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