Shades of Spun Pearl #A2A0B3
Tints of Spun Pearl #A2A0B3
RGB
CMYK
RGB Variations
Color information
#A2A0B3 (or 0xA2A0B3) is known color: Spun Pearl. HEX triplet: A2, A0 and B3. RGB value is (162,160,179). Sum of RGB (Red+Green+Blue) = 162+160+179=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #A2A0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A0B3 is #5D5F4C. Grayscale: #A2A2A2. Windows color (decimal): -6119245 or 11772066. OLE color: 11772066.
HSL color Cylindrical-coordinate representation of color #A2A0B3: hue angle of 246.32º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2A0B3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 160 | 179 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.30 |
| HSL | 246.32º | 0.11% | 0.66% | - |
| HSV(B) | 246.32º | 0.11% | 0.7% | - |
| XYZ | 35.61 | 36.08 | 47.73 | - |
| YUV | 162.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 179 | 0.09 | 0.11 | 0 | 0.30 | 246.32 | 0.11 | 0.66 |
| Hex | A2 | A0 | B3 | 9 | B | 0 | 1E | F6 | B | 42 |
| Octal | 242 | 240 | 263 | 11 | 13 | 0 | 36 | 366 | 13 | 102 |
| Binary | 10100010 | 10100000 | 10110011 | 1001 | 1011 | 0 | 11110 | 11110110 | 1011 | 1000010 |
Color Harmonies of #A2A0B3
Complementary color
Monochromatic Colors of #A2A0B3
Black with #A2A0B3
Text Example
Text Example
White with #A2A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A0B3; }
p { color: rgb(162,160,179); }
H1.HeaderClassName
{
color: #A2A0B3;
}
.AnyTagClassName
{
color: #A2A0B3;
}
</style>
background-color css
<style>
a { background-color: #A2A0B3; }
a { background-color: rgb(162,160,179); }
div.DivClassName
{
background-color: #A2A0B3;
}
.BgClassName
{
background-color: #A2A0B3;
}
</style>
border-color css
<style>
span { border-color: #A2A0B3; }
span { border-color: rgb(162,160,179); }
td.TdClassName
{
border-color: #A2A0B3;
}
.TagClassName
{
border-color: #A2A0B3;
}
</style>