Shades of Dark Purple #A51385
Tints of Dark Purple #A51385
RGB
CMYK
RGB Variations
Color information
#A51385 (or 0xA51385) is known color: Dark Purple. HEX triplet: A5, 13 and 85. RGB value is (165,19,133). Sum of RGB (Red+Green+Blue) = 165+19+133=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A51385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51385 is #5AEC7A. Grayscale: #4B4B4B. Windows color (decimal): -5958779 or 8721317. OLE color: 8721317.
HSL color Cylindrical-coordinate representation of color #A51385: hue angle of 313.15º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51385 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 19 | 133 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.35 |
| HSL | 313.15º | 0.79% | 0.36% | - |
| HSV(B) | 313.15º | 0.88% | 0.65% | - |
| XYZ | 19.98 | 10.16 | 23.1 | - |
| YUV | 75.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 133 | 0 | 0.88 | 0.19 | 0.35 | 313.15 | 0.79 | 0.36 |
| Hex | A5 | 13 | 85 | 0 | 58 | 13 | 23 | 139 | 4F | 24 |
| Octal | 245 | 23 | 205 | 0 | 130 | 23 | 43 | 471 | 117 | 44 |
| Binary | 10100101 | 10011 | 10000101 | 0 | 1011000 | 10011 | 100011 | 100111001 | 1001111 | 100100 |
Color Harmonies of #A51385
Complementary color
Monochromatic Colors of #A51385
Black with #A51385
Text Example
Text Example
White with #A51385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51385; }
p { color: rgb(165,19,133); }
H1.HeaderClassName
{
color: #A51385;
}
.AnyTagClassName
{
color: #A51385;
}
</style>
background-color css
<style>
a { background-color: #A51385; }
a { background-color: rgb(165,19,133); }
div.DivClassName
{
background-color: #A51385;
}
.BgClassName
{
background-color: #A51385;
}
</style>
border-color css
<style>
span { border-color: #A51385; }
span { border-color: rgb(165,19,133); }
td.TdClassName
{
border-color: #A51385;
}
.TagClassName
{
border-color: #A51385;
}
</style>