Shades of Cold Purple #A59ABF
Tints of Cold Purple #A59ABF
RGB
CMYK
RGB Variations
Color information
#A59ABF (or 0xA59ABF) is known color: Cold Purple. HEX triplet: A5, 9A and BF. RGB value is (165,154,191). Sum of RGB (Red+Green+Blue) = 165+154+191=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A59ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ABF is #5A6540. Grayscale: #A1A1A1. Windows color (decimal): -5924161 or 12556965. OLE color: 12556965.
HSL color Cylindrical-coordinate representation of color #A59ABF: hue angle of 257.84º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A59ABF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 154 | 191 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.25 |
| HSL | 257.84º | 0.22% | 0.68% | - |
| HSV(B) | 257.84º | 0.19% | 0.75% | - |
| XYZ | 36.48 | 34.87 | 54.1 | - |
| YUV | 161.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 191 | 0.14 | 0.19 | 0 | 0.25 | 257.84 | 0.22 | 0.68 |
| Hex | A5 | 9A | BF | E | 13 | 0 | 19 | 102 | 16 | 44 |
| Octal | 245 | 232 | 277 | 16 | 23 | 0 | 31 | 402 | 26 | 104 |
| Binary | 10100101 | 10011010 | 10111111 | 1110 | 10011 | 0 | 11001 | 100000010 | 10110 | 1000100 |
Color Harmonies of #A59ABF
Complementary color
Monochromatic Colors of #A59ABF
Black with #A59ABF
Text Example
Text Example
White with #A59ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59ABF; }
p { color: rgb(165,154,191); }
H1.HeaderClassName
{
color: #A59ABF;
}
.AnyTagClassName
{
color: #A59ABF;
}
</style>
background-color css
<style>
a { background-color: #A59ABF; }
a { background-color: rgb(165,154,191); }
div.DivClassName
{
background-color: #A59ABF;
}
.BgClassName
{
background-color: #A59ABF;
}
</style>
border-color css
<style>
span { border-color: #A59ABF; }
span { border-color: rgb(165,154,191); }
td.TdClassName
{
border-color: #A59ABF;
}
.TagClassName
{
border-color: #A59ABF;
}
</style>