Shades of Dark Purple #A51986
Tints of Dark Purple #A51986
RGB
CMYK
RGB Variations
Color information
#A51986 (or 0xA51986) is known color: Dark Purple. HEX triplet: A5, 19 and 86. RGB value is (165,25,134). Sum of RGB (Red+Green+Blue) = 165+25+134=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A51986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51986 is #5AE679. Grayscale: #4E4E4E. Windows color (decimal): -5957242 or 8788389. OLE color: 8788389.
HSL color Cylindrical-coordinate representation of color #A51986: hue angle of 313.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51986 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 134 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.35 |
| HSL | 313.29º | 0.74% | 0.37% | - |
| HSV(B) | 313.29º | 0.85% | 0.65% | - |
| XYZ | 20.17 | 10.42 | 23.5 | - |
| YUV | 79.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 134 | 0 | 0.85 | 0.19 | 0.35 | 313.29 | 0.74 | 0.37 |
| Hex | A5 | 19 | 86 | 0 | 55 | 13 | 23 | 139 | 4A | 25 |
| Octal | 245 | 31 | 206 | 0 | 125 | 23 | 43 | 471 | 112 | 45 |
| Binary | 10100101 | 11001 | 10000110 | 0 | 1010101 | 10011 | 100011 | 100111001 | 1001010 | 100101 |
Color Harmonies of #A51986
Complementary color
Monochromatic Colors of #A51986
Black with #A51986
Text Example
Text Example
White with #A51986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51986; }
p { color: rgb(165,25,134); }
H1.HeaderClassName
{
color: #A51986;
}
.AnyTagClassName
{
color: #A51986;
}
</style>
background-color css
<style>
a { background-color: #A51986; }
a { background-color: rgb(165,25,134); }
div.DivClassName
{
background-color: #A51986;
}
.BgClassName
{
background-color: #A51986;
}
</style>
border-color css
<style>
span { border-color: #A51986; }
span { border-color: rgb(165,25,134); }
td.TdClassName
{
border-color: #A51986;
}
.TagClassName
{
border-color: #A51986;
}
</style>