#A29BB5

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

Shades of Spun Pearl #A29BB5

Tints of Spun Pearl #A29BB5

Color information

#A29BB5 (or 0xA29BB5) is unknown color: approx Spun Pearl. HEX triplet: A2, 9B and B5. RGB value is (162,155,181). Sum of RGB (Red+Green+Blue) = 162+155+181=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #A29BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BB5 is #5D644A. Grayscale: #9F9F9F. Windows color (decimal): -6120523 or 11901858. OLE color: 11901858.

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

Color convert

RGB162155181-
CMYK0.100.1400.29
HSL256.15º14.94%65.88%-
HSV(B)256.15º14.36%70.98%-
XYZ34.9634.4648.52-
YUV160.06139.82129.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=32.53%
G=31.12%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621551810.100.1400.29256.1514.9465.88
HexA29BB5AE01D100f42
Octal242233265121603540017102
Binary1010001010011011101101011010111001110110000000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BB5; }

 p { color: rgb(162,155,181); }

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

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

 a { background-color: rgb(162,155,181); }

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

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

 span { border-color: rgb(162,155,181); }

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