Shades of Spun Pearl #A29DB0
Tints of Spun Pearl #A29DB0
RGB
CMYK
RGB Variations
Color information
#A29DB0 (or 0xA29DB0) is known color: Spun Pearl. HEX triplet: A2, 9D and B0. RGB value is (162,157,176). Sum of RGB (Red+Green+Blue) = 162+157+176=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 176 - color contains mainly: blue. Hex color #A29DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29DB0 is #5D624F. Grayscale: #A0A0A0. Windows color (decimal): -6120016 or 11574690. OLE color: 11574690.
HSL color Cylindrical-coordinate representation of color #A29DB0: hue angle of 255.79º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29DB0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 157 | 176 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.31 |
| HSL | 255.79º | 0.11% | 0.65% | - |
| HSV(B) | 255.79º | 0.11% | 0.69% | - |
| XYZ | 34.79 | 34.93 | 45.98 | - |
| YUV | 160.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 176 | 0.08 | 0.11 | 0 | 0.31 | 255.79 | 0.11 | 0.65 |
| Hex | A2 | 9D | B0 | 8 | B | 0 | 1F | 100 | B | 41 |
| Octal | 242 | 235 | 260 | 10 | 13 | 0 | 37 | 400 | 13 | 101 |
| Binary | 10100010 | 10011101 | 10110000 | 1000 | 1011 | 0 | 11111 | 100000000 | 1011 | 1000001 |
Color Harmonies of #A29DB0
Complementary color
Monochromatic Colors of #A29DB0
Black with #A29DB0
Text Example
Text Example
White with #A29DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DB0; }
p { color: rgb(162,157,176); }
H1.HeaderClassName
{
color: #A29DB0;
}
.AnyTagClassName
{
color: #A29DB0;
}
</style>
background-color css
<style>
a { background-color: #A29DB0; }
a { background-color: rgb(162,157,176); }
div.DivClassName
{
background-color: #A29DB0;
}
.BgClassName
{
background-color: #A29DB0;
}
</style>
border-color css
<style>
span { border-color: #A29DB0; }
span { border-color: rgb(162,157,176); }
td.TdClassName
{
border-color: #A29DB0;
}
.TagClassName
{
border-color: #A29DB0;
}
</style>