Shades of Cold Purple #A59DB2
Tints of Cold Purple #A59DB2
RGB
CMYK
RGB Variations
Color information
#A59DB2 (or 0xA59DB2) is known color: Cold Purple. HEX triplet: A5, 9D and B2. RGB value is (165,157,178). Sum of RGB (Red+Green+Blue) = 165+157+178=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 178 - color contains mainly: blue. Hex color #A59DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DB2 is #5A624D. Grayscale: #A1A1A1. Windows color (decimal): -5923406 or 11705765. OLE color: 11705765.
HSL color Cylindrical-coordinate representation of color #A59DB2: hue angle of 262.86º degrees, saturation: 0.12, 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 #A59DB2 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 165 | 157 | 178 | - |
CMYK | 0.07 | 0.12 | 0 | 0.30 |
HSL | 262.86º | 0.12% | 0.66% | - |
HSV(B) | 262.86º | 0.12% | 0.7% | - |
XYZ | 35.61 | 35.33 | 47.06 | - |
YUV | 161.79 | 137.15 | 130.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 157 | 178 | 0.07 | 0.12 | 0 | 0.30 | 262.86 | 0.12 | 0.66 |
Hex | A5 | 9D | B2 | 7 | C | 0 | 1E | 107 | C | 42 |
Octal | 245 | 235 | 262 | 7 | 14 | 0 | 36 | 407 | 14 | 102 |
Binary | 10100101 | 10011101 | 10110010 | 111 | 1100 | 0 | 11110 | 100000111 | 1100 | 1000010 |
Color Harmonies of #A59DB2
Complementary color
Monochromatic Colors of #A59DB2
Black with #A59DB2
Text Example
Text Example
White with #A59DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DB2; }
p { color: rgb(165,157,178); }
H1.HeaderClassName
{
color: #A59DB2;
}
.AnyTagClassName
{
color: #A59DB2;
}
</style>
background-color css
<style>
a { background-color: #A59DB2; }
a { background-color: rgb(165,157,178); }
div.DivClassName
{
background-color: #A59DB2;
}
.BgClassName
{
background-color: #A59DB2;
}
</style>
border-color css
<style>
span { border-color: #A59DB2; }
span { border-color: rgb(165,157,178); }
td.TdClassName
{
border-color: #A59DB2;
}
.TagClassName
{
border-color: #A59DB2;
}
</style>