Shades of Dark Purple #A51C8C
Tints of Dark Purple #A51C8C
RGB
CMYK
RGB Variations
Color information
#A51C8C (or 0xA51C8C) is known color: Dark Purple. HEX triplet: A5, 1C and 8C. RGB value is (165,28,140). Sum of RGB (Red+Green+Blue) = 165+28+140=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51C8C is #5AE373. Grayscale: #515151. Windows color (decimal): -5956468 or 9182373. OLE color: 9182373.
HSL color Cylindrical-coordinate representation of color #A51C8C: hue angle of 310.95º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51C8C is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 28 | 140 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.35 |
| HSL | 310.95º | 0.71% | 0.38% | - |
| HSV(B) | 310.95º | 0.83% | 0.65% | - |
| XYZ | 20.67 | 10.72 | 25.79 | - |
| YUV | 81.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 140 | 0 | 0.83 | 0.15 | 0.35 | 310.95 | 0.71 | 0.38 |
| Hex | A5 | 1C | 8C | 0 | 53 | F | 23 | 137 | 47 | 26 |
| Octal | 245 | 34 | 214 | 0 | 123 | 17 | 43 | 467 | 107 | 46 |
| Binary | 10100101 | 11100 | 10001100 | 0 | 1010011 | 1111 | 100011 | 100110111 | 1000111 | 100110 |
Color Harmonies of #A51C8C
Complementary color
Monochromatic Colors of #A51C8C
Black with #A51C8C
Text Example
Text Example
White with #A51C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51C8C; }
p { color: rgb(165,28,140); }
H1.HeaderClassName
{
color: #A51C8C;
}
.AnyTagClassName
{
color: #A51C8C;
}
</style>
background-color css
<style>
a { background-color: #A51C8C; }
a { background-color: rgb(165,28,140); }
div.DivClassName
{
background-color: #A51C8C;
}
.BgClassName
{
background-color: #A51C8C;
}
</style>
border-color css
<style>
span { border-color: #A51C8C; }
span { border-color: rgb(165,28,140); }
td.TdClassName
{
border-color: #A51C8C;
}
.TagClassName
{
border-color: #A51C8C;
}
</style>