Shades of Spun Pearl #A8A4B5
Tints of Spun Pearl #A8A4B5
RGB
CMYK
RGB Variations
Color information
#A8A4B5 (or 0xA8A4B5) is known color: Spun Pearl. HEX triplet: A8, A4 and B5. RGB value is (168,164,181). Sum of RGB (Red+Green+Blue) = 168+164+181=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8A4B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4B5 is #575B4A. Grayscale: #A7A7A7. Windows color (decimal): -5725003 or 11904168. OLE color: 11904168.
HSL color Cylindrical-coordinate representation of color #A8A4B5: hue angle of 254.12º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A4B5 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 164 | 181 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.29 |
| HSL | 254.12º | 0.1% | 0.68% | - |
| HSV(B) | 254.12º | 0.09% | 0.71% | - |
| XYZ | 37.76 | 38.21 | 49.1 | - |
| YUV | 167.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 181 | 0.07 | 0.09 | 0 | 0.29 | 254.12 | 0.1 | 0.68 |
| Hex | A8 | A4 | B5 | 7 | 9 | 0 | 1D | FE | A | 44 |
| Octal | 250 | 244 | 265 | 7 | 11 | 0 | 35 | 376 | 12 | 104 |
| Binary | 10101000 | 10100100 | 10110101 | 111 | 1001 | 0 | 11101 | 11111110 | 1010 | 1000100 |
Color Harmonies of #A8A4B5
Complementary color
Monochromatic Colors of #A8A4B5
Black with #A8A4B5
Text Example
Text Example
White with #A8A4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A4B5; }
p { color: rgb(168,164,181); }
H1.HeaderClassName
{
color: #A8A4B5;
}
.AnyTagClassName
{
color: #A8A4B5;
}
</style>
background-color css
<style>
a { background-color: #A8A4B5; }
a { background-color: rgb(168,164,181); }
div.DivClassName
{
background-color: #A8A4B5;
}
.BgClassName
{
background-color: #A8A4B5;
}
</style>
border-color css
<style>
span { border-color: #A8A4B5; }
span { border-color: rgb(168,164,181); }
td.TdClassName
{
border-color: #A8A4B5;
}
.TagClassName
{
border-color: #A8A4B5;
}
</style>