Shades of Cold Purple #A59DB3
Tints of Cold Purple #A59DB3
RGB
CMYK
RGB Variations
Color information
#A59DB3 (or 0xA59DB3) is known color: Cold Purple. HEX triplet: A5, 9D and B3. RGB value is (165,157,179). Sum of RGB (Red+Green+Blue) = 165+157+179=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #A59DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DB3 is #5A624C. Grayscale: #A1A1A1. Windows color (decimal): -5923405 or 11771301. OLE color: 11771301.
HSL color Cylindrical-coordinate representation of color #A59DB3: hue angle of 261.82º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59DB3 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 157 | 179 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.30 |
| HSL | 261.82º | 0.13% | 0.66% | - |
| HSV(B) | 261.82º | 0.12% | 0.7% | - |
| XYZ | 35.71 | 35.37 | 47.59 | - |
| YUV | 161.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 179 | 0.08 | 0.12 | 0 | 0.30 | 261.82 | 0.13 | 0.66 |
| Hex | A5 | 9D | B3 | 8 | C | 0 | 1E | 106 | D | 42 |
| Octal | 245 | 235 | 263 | 10 | 14 | 0 | 36 | 406 | 15 | 102 |
| Binary | 10100101 | 10011101 | 10110011 | 1000 | 1100 | 0 | 11110 | 100000110 | 1101 | 1000010 |
Color Harmonies of #A59DB3
Complementary color
Monochromatic Colors of #A59DB3
Black with #A59DB3
Text Example
Text Example
White with #A59DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DB3; }
p { color: rgb(165,157,179); }
H1.HeaderClassName
{
color: #A59DB3;
}
.AnyTagClassName
{
color: #A59DB3;
}
</style>
background-color css
<style>
a { background-color: #A59DB3; }
a { background-color: rgb(165,157,179); }
div.DivClassName
{
background-color: #A59DB3;
}
.BgClassName
{
background-color: #A59DB3;
}
</style>
border-color css
<style>
span { border-color: #A59DB3; }
span { border-color: rgb(165,157,179); }
td.TdClassName
{
border-color: #A59DB3;
}
.TagClassName
{
border-color: #A59DB3;
}
</style>