#A29EB0

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

Shades of Spun Pearl #A29EB0

Tints of Spun Pearl #A29EB0

Color information

#A29EB0 (or 0xA29EB0) is unknown color: approx Spun Pearl. HEX triplet: A2, 9E and B0. RGB value is (162,158,176). Sum of RGB (Red+Green+Blue) = 162+158+176=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 176 - color contains mainly: blue. Hex color #A29EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29EB0 is #5D614F. Grayscale: #A1A1A1. Windows color (decimal): -6119760 or 11574946. OLE color: 11574946.

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

Color convert

RGB162158176-
CMYK0.080.1000.31
HSL253.33º10.23%65.49%-
HSV(B)253.33º10.23%69.02%-
XYZ34.9635.2746.04-
YUV161.25136.33128.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=32.66%
G=31.85%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621581760.080.1000.31253.3310.2365.49
HexA29EB08A01Ffda41
Octal242236260101203737512101
Binary101000101001111010110000100010100111111111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EB0; }

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

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

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

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

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

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

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

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