Shades of Spun Pearl #A8A8B3
Tints of Spun Pearl #A8A8B3
RGB
CMYK
RGB Variations
Color information
#A8A8B3 (or 0xA8A8B3) is known color: Spun Pearl. HEX triplet: A8, A8 and B3. RGB value is (168,168,179). Sum of RGB (Red+Green+Blue) = 168+168+179=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: blue. Hex color #A8A8B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8B3 is #57574C. Grayscale: #A9A9A9. Windows color (decimal): -5723981 or 11774120. OLE color: 11774120.
HSL color Cylindrical-coordinate representation of color #A8A8B3: hue angle of 240º degrees, saturation: 0.07, 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 #A8A8B3 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 168 | 179 | - |
CMYK | 0.06 | 0.06 | 0 | 0.30 |
HSL | 240º | 0.07% | 0.68% | - |
HSV(B) | 240º | 0.06% | 0.7% | - |
XYZ | 38.29 | 39.58 | 48.27 | - |
YUV | 169.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 179 | 0.06 | 0.06 | 0 | 0.30 | 240 | 0.07 | 0.68 |
Hex | A8 | A8 | B3 | 6 | 6 | 0 | 1E | F0 | 7 | 44 |
Octal | 250 | 250 | 263 | 6 | 6 | 0 | 36 | 360 | 7 | 104 |
Binary | 10101000 | 10101000 | 10110011 | 110 | 110 | 0 | 11110 | 11110000 | 111 | 1000100 |
Color Harmonies of #A8A8B3
Complementary color
Monochromatic Colors of #A8A8B3
Black with #A8A8B3
Text Example
Text Example
White with #A8A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8B3; }
p { color: rgb(168,168,179); }
H1.HeaderClassName
{
color: #A8A8B3;
}
.AnyTagClassName
{
color: #A8A8B3;
}
</style>
background-color css
<style>
a { background-color: #A8A8B3; }
a { background-color: rgb(168,168,179); }
div.DivClassName
{
background-color: #A8A8B3;
}
.BgClassName
{
background-color: #A8A8B3;
}
</style>
border-color css
<style>
span { border-color: #A8A8B3; }
span { border-color: rgb(168,168,179); }
td.TdClassName
{
border-color: #A8A8B3;
}
.TagClassName
{
border-color: #A8A8B3;
}
</style>