Shades of Spun Pearl #AAA3BB
Tints of Spun Pearl #AAA3BB
RGB
CMYK
RGB Variations
Color information
#AAA3BB (or 0xAAA3BB) is known color: Spun Pearl. HEX triplet: AA, A3 and BB. RGB value is (170,163,187). Sum of RGB (Red+Green+Blue) = 170+163+187=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3BB is #555C44. Grayscale: #A7A7A7. Windows color (decimal): -5594181 or 12297130. OLE color: 12297130.
HSL color Cylindrical-coordinate representation of color #AAA3BB: hue angle of 257.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA3BB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 163 | 187 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.27 |
| HSL | 257.5º | 0.15% | 0.69% | - |
| HSV(B) | 257.5º | 0.13% | 0.73% | - |
| XYZ | 38.64 | 38.33 | 52.38 | - |
| YUV | 167.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 187 | 0.09 | 0.13 | 0 | 0.27 | 257.5 | 0.15 | 0.69 |
| Hex | AA | A3 | BB | 9 | D | 0 | 1B | 102 | F | 45 |
| Octal | 252 | 243 | 273 | 11 | 15 | 0 | 33 | 402 | 17 | 105 |
| Binary | 10101010 | 10100011 | 10111011 | 1001 | 1101 | 0 | 11011 | 100000010 | 1111 | 1000101 |
Color Harmonies of #AAA3BB
Complementary color
Monochromatic Colors of #AAA3BB
Black with #AAA3BB
Text Example
Text Example
White with #AAA3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3BB; }
p { color: rgb(170,163,187); }
H1.HeaderClassName
{
color: #AAA3BB;
}
.AnyTagClassName
{
color: #AAA3BB;
}
</style>
background-color css
<style>
a { background-color: #AAA3BB; }
a { background-color: rgb(170,163,187); }
div.DivClassName
{
background-color: #AAA3BB;
}
.BgClassName
{
background-color: #AAA3BB;
}
</style>
border-color css
<style>
span { border-color: #AAA3BB; }
span { border-color: rgb(170,163,187); }
td.TdClassName
{
border-color: #AAA3BB;
}
.TagClassName
{
border-color: #AAA3BB;
}
</style>