Shades of Spun Pearl #A29DB5
Tints of Spun Pearl #A29DB5
RGB
CMYK
RGB Variations
Color information
#A29DB5 (or 0xA29DB5) is known color: Spun Pearl. HEX triplet: A2, 9D and B5. RGB value is (162,157,181). Sum of RGB (Red+Green+Blue) = 162+157+181=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #A29DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DB5 is #5D624A. Grayscale: #A1A1A1. Windows color (decimal): -6120011 or 11902370. OLE color: 11902370.
HSL color Cylindrical-coordinate representation of color #A29DB5: hue angle of 252.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A29DB5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 157 | 181 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.29 |
| HSL | 252.5º | 0.14% | 0.66% | - |
| HSV(B) | 252.5º | 0.13% | 0.71% | - |
| XYZ | 35.3 | 35.13 | 48.64 | - |
| YUV | 161.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 181 | 0.10 | 0.13 | 0 | 0.29 | 252.5 | 0.14 | 0.66 |
| Hex | A2 | 9D | B5 | A | D | 0 | 1D | FD | E | 42 |
| Octal | 242 | 235 | 265 | 12 | 15 | 0 | 35 | 375 | 16 | 102 |
| Binary | 10100010 | 10011101 | 10110101 | 1010 | 1101 | 0 | 11101 | 11111101 | 1110 | 1000010 |
Color Harmonies of #A29DB5
Complementary color
Monochromatic Colors of #A29DB5
Black with #A29DB5
Text Example
Text Example
White with #A29DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DB5; }
p { color: rgb(162,157,181); }
H1.HeaderClassName
{
color: #A29DB5;
}
.AnyTagClassName
{
color: #A29DB5;
}
</style>
background-color css
<style>
a { background-color: #A29DB5; }
a { background-color: rgb(162,157,181); }
div.DivClassName
{
background-color: #A29DB5;
}
.BgClassName
{
background-color: #A29DB5;
}
</style>
border-color css
<style>
span { border-color: #A29DB5; }
span { border-color: rgb(162,157,181); }
td.TdClassName
{
border-color: #A29DB5;
}
.TagClassName
{
border-color: #A29DB5;
}
</style>