Shades of Spun Pearl #A8A8B2
Tints of Spun Pearl #A8A8B2
RGB
CMYK
RGB Variations
Color information
#A8A8B2 (or 0xA8A8B2) is known color: Spun Pearl. HEX triplet: A8, A8 and B2. RGB value is (168,168,178). Sum of RGB (Red+Green+Blue) = 168+168+178=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 178 - color contains mainly: blue. Hex color #A8A8B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A8B2 is #57574D. Grayscale: #A9A9A9. Windows color (decimal): -5723982 or 11708584. OLE color: 11708584.
HSL color Cylindrical-coordinate representation of color #A8A8B2: hue angle of 240º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8A8B2 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 168 | 178 | - |
CMYK | 0.06 | 0.06 | 0 | 0.30 |
HSL | 240º | 0.06% | 0.68% | - |
HSV(B) | 240º | 0.06% | 0.7% | - |
XYZ | 38.19 | 39.54 | 47.74 | - |
YUV | 169.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 178 | 0.06 | 0.06 | 0 | 0.30 | 240 | 0.06 | 0.68 |
Hex | A8 | A8 | B2 | 6 | 6 | 0 | 1E | F0 | 6 | 44 |
Octal | 250 | 250 | 262 | 6 | 6 | 0 | 36 | 360 | 6 | 104 |
Binary | 10101000 | 10101000 | 10110010 | 110 | 110 | 0 | 11110 | 11110000 | 110 | 1000100 |
Color Harmonies of #A8A8B2
Complementary color
Monochromatic Colors of #A8A8B2
Black with #A8A8B2
Text Example
Text Example
White with #A8A8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8B2; }
p { color: rgb(168,168,178); }
H1.HeaderClassName
{
color: #A8A8B2;
}
.AnyTagClassName
{
color: #A8A8B2;
}
</style>
background-color css
<style>
a { background-color: #A8A8B2; }
a { background-color: rgb(168,168,178); }
div.DivClassName
{
background-color: #A8A8B2;
}
.BgClassName
{
background-color: #A8A8B2;
}
</style>
border-color css
<style>
span { border-color: #A8A8B2; }
span { border-color: rgb(168,168,178); }
td.TdClassName
{
border-color: #A8A8B2;
}
.TagClassName
{
border-color: #A8A8B2;
}
</style>