Shades of Cold Purple #A59ABA
Tints of Cold Purple #A59ABA
RGB
CMYK
RGB Variations
Color information
#A59ABA (or 0xA59ABA) is known color: Cold Purple. HEX triplet: A5, 9A and BA. RGB value is (165,154,186). Sum of RGB (Red+Green+Blue) = 165+154+186=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ABA is #5A6545. Grayscale: #A0A0A0. Windows color (decimal): -5924166 or 12229285. OLE color: 12229285.
HSL color Cylindrical-coordinate representation of color #A59ABA: hue angle of 260.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59ABA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 154 | 186 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.27 |
| HSL | 260.63º | 0.19% | 0.67% | - |
| HSV(B) | 260.63º | 0.17% | 0.73% | - |
| XYZ | 35.94 | 34.66 | 51.25 | - |
| YUV | 160.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 186 | 0.11 | 0.17 | 0 | 0.27 | 260.63 | 0.19 | 0.67 |
| Hex | A5 | 9A | BA | B | 11 | 0 | 1B | 105 | 13 | 43 |
| Octal | 245 | 232 | 272 | 13 | 21 | 0 | 33 | 405 | 23 | 103 |
| Binary | 10100101 | 10011010 | 10111010 | 1011 | 10001 | 0 | 11011 | 100000101 | 10011 | 1000011 |
Color Harmonies of #A59ABA
Complementary color
Monochromatic Colors of #A59ABA
Black with #A59ABA
Text Example
Text Example
White with #A59ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59ABA; }
p { color: rgb(165,154,186); }
H1.HeaderClassName
{
color: #A59ABA;
}
.AnyTagClassName
{
color: #A59ABA;
}
</style>
background-color css
<style>
a { background-color: #A59ABA; }
a { background-color: rgb(165,154,186); }
div.DivClassName
{
background-color: #A59ABA;
}
.BgClassName
{
background-color: #A59ABA;
}
</style>
border-color css
<style>
span { border-color: #A59ABA; }
span { border-color: rgb(165,154,186); }
td.TdClassName
{
border-color: #A59ABA;
}
.TagClassName
{
border-color: #A59ABA;
}
</style>