Shades of Dark Purple #A51585
Tints of Dark Purple #A51585
RGB
CMYK
RGB Variations
Color information
#A51585 (or 0xA51585) is known color: Dark Purple. HEX triplet: A5, 15 and 85. RGB value is (165,21,133). Sum of RGB (Red+Green+Blue) = 165+21+133=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A51585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51585 is #5AEA7A. Grayscale: #4C4C4C. Windows color (decimal): -5958267 or 8721829. OLE color: 8721829.
HSL color Cylindrical-coordinate representation of color #A51585: hue angle of 313.33º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51585 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 21 | 133 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.35 |
| HSL | 313.33º | 0.77% | 0.36% | - |
| HSV(B) | 313.33º | 0.87% | 0.65% | - |
| XYZ | 20.02 | 10.23 | 23.11 | - |
| YUV | 76.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 133 | 0 | 0.87 | 0.19 | 0.35 | 313.33 | 0.77 | 0.36 |
| Hex | A5 | 15 | 85 | 0 | 57 | 13 | 23 | 139 | 4D | 24 |
| Octal | 245 | 25 | 205 | 0 | 127 | 23 | 43 | 471 | 115 | 44 |
| Binary | 10100101 | 10101 | 10000101 | 0 | 1010111 | 10011 | 100011 | 100111001 | 1001101 | 100100 |
Color Harmonies of #A51585
Complementary color
Monochromatic Colors of #A51585
Black with #A51585
Text Example
Text Example
White with #A51585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51585; }
p { color: rgb(165,21,133); }
H1.HeaderClassName
{
color: #A51585;
}
.AnyTagClassName
{
color: #A51585;
}
</style>
background-color css
<style>
a { background-color: #A51585; }
a { background-color: rgb(165,21,133); }
div.DivClassName
{
background-color: #A51585;
}
.BgClassName
{
background-color: #A51585;
}
</style>
border-color css
<style>
span { border-color: #A51585; }
span { border-color: rgb(165,21,133); }
td.TdClassName
{
border-color: #A51585;
}
.TagClassName
{
border-color: #A51585;
}
</style>