Shades of Spun Pearl #A8A2B3
Tints of Spun Pearl #A8A2B3
RGB
CMYK
RGB Variations
Color information
#A8A2B3 (or 0xA8A2B3) is known color: Spun Pearl. HEX triplet: A8, A2 and B3. RGB value is (168,162,179). Sum of RGB (Red+Green+Blue) = 168+162+179=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #A8A2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A2B3 is #575D4C. Grayscale: #A5A5A5. Windows color (decimal): -5725517 or 11772584. OLE color: 11772584.
HSL color Cylindrical-coordinate representation of color #A8A2B3: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A2B3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 162 | 179 | - |
CMYK | 0.06 | 0.09 | 0 | 0.30 |
HSL | 261.18º | 0.1% | 0.67% | - |
HSV(B) | 261.18º | 0.09% | 0.7% | - |
XYZ | 37.21 | 37.42 | 47.91 | - |
YUV | 165.73 | 135.49 | 129.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 162 | 179 | 0.06 | 0.09 | 0 | 0.30 | 261.18 | 0.1 | 0.67 |
Hex | A8 | A2 | B3 | 6 | 9 | 0 | 1E | 105 | A | 43 |
Octal | 250 | 242 | 263 | 6 | 11 | 0 | 36 | 405 | 12 | 103 |
Binary | 10101000 | 10100010 | 10110011 | 110 | 1001 | 0 | 11110 | 100000101 | 1010 | 1000011 |
Color Harmonies of #A8A2B3
Complementary color
Monochromatic Colors of #A8A2B3
Black with #A8A2B3
Text Example
Text Example
White with #A8A2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A2B3; }
p { color: rgb(168,162,179); }
H1.HeaderClassName
{
color: #A8A2B3;
}
.AnyTagClassName
{
color: #A8A2B3;
}
</style>
background-color css
<style>
a { background-color: #A8A2B3; }
a { background-color: rgb(168,162,179); }
div.DivClassName
{
background-color: #A8A2B3;
}
.BgClassName
{
background-color: #A8A2B3;
}
</style>
border-color css
<style>
span { border-color: #A8A2B3; }
span { border-color: rgb(168,162,179); }
td.TdClassName
{
border-color: #A8A2B3;
}
.TagClassName
{
border-color: #A8A2B3;
}
</style>