Shades of Spun Pearl #A29BAF
Tints of Spun Pearl #A29BAF
RGB
CMYK
RGB Variations
Color information
#A29BAF (or 0xA29BAF) is known color: Spun Pearl. HEX triplet: A2, 9B and AF. RGB value is (162,155,175). Sum of RGB (Red+Green+Blue) = 162+155+175=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #A29BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BAF is #5D6450. Grayscale: #9F9F9F. Windows color (decimal): -6120529 or 11508642. OLE color: 11508642.
HSL color Cylindrical-coordinate representation of color #A29BAF: hue angle of 261º 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 #A29BAF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 155 | 175 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.31 |
| HSL | 261º | 0.11% | 0.65% | - |
| HSV(B) | 261º | 0.11% | 0.69% | - |
| XYZ | 34.36 | 34.22 | 45.35 | - |
| YUV | 159.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 175 | 0.07 | 0.11 | 0 | 0.31 | 261 | 0.11 | 0.65 |
| Hex | A2 | 9B | AF | 7 | B | 0 | 1F | 105 | B | 41 |
| Octal | 242 | 233 | 257 | 7 | 13 | 0 | 37 | 405 | 13 | 101 |
| Binary | 10100010 | 10011011 | 10101111 | 111 | 1011 | 0 | 11111 | 100000101 | 1011 | 1000001 |
Color Harmonies of #A29BAF
Complementary color
Monochromatic Colors of #A29BAF
Black with #A29BAF
Text Example
Text Example
White with #A29BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BAF; }
p { color: rgb(162,155,175); }
H1.HeaderClassName
{
color: #A29BAF;
}
.AnyTagClassName
{
color: #A29BAF;
}
</style>
background-color css
<style>
a { background-color: #A29BAF; }
a { background-color: rgb(162,155,175); }
div.DivClassName
{
background-color: #A29BAF;
}
.BgClassName
{
background-color: #A29BAF;
}
</style>
border-color css
<style>
span { border-color: #A29BAF; }
span { border-color: rgb(162,155,175); }
td.TdClassName
{
border-color: #A29BAF;
}
.TagClassName
{
border-color: #A29BAF;
}
</style>