Shades of Spun Pearl #A59EB9
Tints of Spun Pearl #A59EB9
RGB
CMYK
RGB Variations
Color information
#A59EB9 (or 0xA59EB9) is known color: Spun Pearl. HEX triplet: A5, 9E and B9. RGB value is (165,158,185). Sum of RGB (Red+Green+Blue) = 165+158+185=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 185 - color contains mainly: blue. Hex color #A59EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EB9 is #5A6146. Grayscale: #A3A3A3. Windows color (decimal): -5923143 or 12164773. OLE color: 12164773.
HSL color Cylindrical-coordinate representation of color #A59EB9: hue angle of 255.56º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59EB9 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 158 | 185 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.27 |
| HSL | 255.56º | 0.16% | 0.67% | - |
| HSV(B) | 255.56º | 0.15% | 0.73% | - |
| XYZ | 36.5 | 35.96 | 50.92 | - |
| YUV | 163.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 185 | 0.11 | 0.15 | 0 | 0.27 | 255.56 | 0.16 | 0.67 |
| Hex | A5 | 9E | B9 | B | F | 0 | 1B | 100 | 10 | 43 |
| Octal | 245 | 236 | 271 | 13 | 17 | 0 | 33 | 400 | 20 | 103 |
| Binary | 10100101 | 10011110 | 10111001 | 1011 | 1111 | 0 | 11011 | 100000000 | 10000 | 1000011 |
Color Harmonies of #A59EB9
Complementary color
Monochromatic Colors of #A59EB9
Black with #A59EB9
Text Example
Text Example
White with #A59EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EB9; }
p { color: rgb(165,158,185); }
H1.HeaderClassName
{
color: #A59EB9;
}
.AnyTagClassName
{
color: #A59EB9;
}
</style>
background-color css
<style>
a { background-color: #A59EB9; }
a { background-color: rgb(165,158,185); }
div.DivClassName
{
background-color: #A59EB9;
}
.BgClassName
{
background-color: #A59EB9;
}
</style>
border-color css
<style>
span { border-color: #A59EB9; }
span { border-color: rgb(165,158,185); }
td.TdClassName
{
border-color: #A59EB9;
}
.TagClassName
{
border-color: #A59EB9;
}
</style>