Shades of Cold Purple #A59DB0
Tints of Cold Purple #A59DB0
RGB
CMYK
RGB Variations
Color information
#A59DB0 (or 0xA59DB0) is known color: Cold Purple. HEX triplet: A5, 9D and B0. RGB value is (165,157,176). Sum of RGB (Red+Green+Blue) = 165+157+176=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #A59DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DB0 is #5A624F. Grayscale: #A1A1A1. Windows color (decimal): -5923408 or 11574693. OLE color: 11574693.
HSL color Cylindrical-coordinate representation of color #A59DB0: hue angle of 265.26º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59DB0 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 157 | 176 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.31 |
| HSL | 265.26º | 0.11% | 0.65% | - |
| HSV(B) | 265.26º | 0.11% | 0.69% | - |
| XYZ | 35.41 | 35.25 | 46.01 | - |
| YUV | 161.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 176 | 0.06 | 0.11 | 0 | 0.31 | 265.26 | 0.11 | 0.65 |
| Hex | A5 | 9D | B0 | 6 | B | 0 | 1F | 109 | B | 41 |
| Octal | 245 | 235 | 260 | 6 | 13 | 0 | 37 | 411 | 13 | 101 |
| Binary | 10100101 | 10011101 | 10110000 | 110 | 1011 | 0 | 11111 | 100001001 | 1011 | 1000001 |
Color Harmonies of #A59DB0
Complementary color
Monochromatic Colors of #A59DB0
Black with #A59DB0
Text Example
Text Example
White with #A59DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DB0; }
p { color: rgb(165,157,176); }
H1.HeaderClassName
{
color: #A59DB0;
}
.AnyTagClassName
{
color: #A59DB0;
}
</style>
background-color css
<style>
a { background-color: #A59DB0; }
a { background-color: rgb(165,157,176); }
div.DivClassName
{
background-color: #A59DB0;
}
.BgClassName
{
background-color: #A59DB0;
}
</style>
border-color css
<style>
span { border-color: #A59DB0; }
span { border-color: rgb(165,157,176); }
td.TdClassName
{
border-color: #A59DB0;
}
.TagClassName
{
border-color: #A59DB0;
}
</style>