Shades of Spun Pearl #A8A5B4
Tints of Spun Pearl #A8A5B4
RGB
CMYK
RGB Variations
Color information
#A8A5B4 (or 0xA8A5B4) is known color: Spun Pearl. HEX triplet: A8, A5 and B4. RGB value is (168,165,180). Sum of RGB (Red+Green+Blue) = 168+165+180=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #A8A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5B4 is #575A4B. Grayscale: #A7A7A7. Windows color (decimal): -5724748 or 11838888. OLE color: 11838888.
HSL color Cylindrical-coordinate representation of color #A8A5B4: hue angle of 252º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A5B4 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 165 | 180 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.29 |
| HSL | 252º | 0.09% | 0.68% | - |
| HSV(B) | 252º | 0.08% | 0.71% | - |
| XYZ | 37.84 | 38.53 | 48.62 | - |
| YUV | 167.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 180 | 0.07 | 0.08 | 0 | 0.29 | 252 | 0.09 | 0.68 |
| Hex | A8 | A5 | B4 | 7 | 8 | 0 | 1D | FC | 9 | 44 |
| Octal | 250 | 245 | 264 | 7 | 10 | 0 | 35 | 374 | 11 | 104 |
| Binary | 10101000 | 10100101 | 10110100 | 111 | 1000 | 0 | 11101 | 11111100 | 1001 | 1000100 |
Color Harmonies of #A8A5B4
Complementary color
Monochromatic Colors of #A8A5B4
Black with #A8A5B4
Text Example
Text Example
White with #A8A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A5B4; }
p { color: rgb(168,165,180); }
H1.HeaderClassName
{
color: #A8A5B4;
}
.AnyTagClassName
{
color: #A8A5B4;
}
</style>
background-color css
<style>
a { background-color: #A8A5B4; }
a { background-color: rgb(168,165,180); }
div.DivClassName
{
background-color: #A8A5B4;
}
.BgClassName
{
background-color: #A8A5B4;
}
</style>
border-color css
<style>
span { border-color: #A8A5B4; }
span { border-color: rgb(168,165,180); }
td.TdClassName
{
border-color: #A8A5B4;
}
.TagClassName
{
border-color: #A8A5B4;
}
</style>