Shades of Cold Purple #A59AB4
Tints of Cold Purple #A59AB4
RGB
CMYK
RGB Variations
Color information
#A59AB4 (or 0xA59AB4) is known color: Cold Purple. HEX triplet: A5, 9A and B4. RGB value is (165,154,180). Sum of RGB (Red+Green+Blue) = 165+154+180=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A59AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AB4 is #5A654B. Grayscale: #A0A0A0. Windows color (decimal): -5924172 or 11836069. OLE color: 11836069.
HSL color Cylindrical-coordinate representation of color #A59AB4: hue angle of 265.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A59AB4 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 154 | 180 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.29 |
| HSL | 265.38º | 0.15% | 0.65% | - |
| HSV(B) | 265.38º | 0.14% | 0.71% | - |
| XYZ | 35.31 | 34.41 | 47.96 | - |
| YUV | 160.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 180 | 0.08 | 0.14 | 0 | 0.29 | 265.38 | 0.15 | 0.65 |
| Hex | A5 | 9A | B4 | 8 | E | 0 | 1D | 109 | F | 41 |
| Octal | 245 | 232 | 264 | 10 | 16 | 0 | 35 | 411 | 17 | 101 |
| Binary | 10100101 | 10011010 | 10110100 | 1000 | 1110 | 0 | 11101 | 100001001 | 1111 | 1000001 |
Color Harmonies of #A59AB4
Complementary color
Monochromatic Colors of #A59AB4
Black with #A59AB4
Text Example
Text Example
White with #A59AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AB4; }
p { color: rgb(165,154,180); }
H1.HeaderClassName
{
color: #A59AB4;
}
.AnyTagClassName
{
color: #A59AB4;
}
</style>
background-color css
<style>
a { background-color: #A59AB4; }
a { background-color: rgb(165,154,180); }
div.DivClassName
{
background-color: #A59AB4;
}
.BgClassName
{
background-color: #A59AB4;
}
</style>
border-color css
<style>
span { border-color: #A59AB4; }
span { border-color: rgb(165,154,180); }
td.TdClassName
{
border-color: #A59AB4;
}
.TagClassName
{
border-color: #A59AB4;
}
</style>