Shades of Dark Purple #A51A8C
Tints of Dark Purple #A51A8C
RGB
CMYK
RGB Variations
Color information
#A51A8C (or 0xA51A8C) is known color: Dark Purple. HEX triplet: A5, 1A and 8C. RGB value is (165,26,140). Sum of RGB (Red+Green+Blue) = 165+26+140=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A8C is #5AE573. Grayscale: #505050. Windows color (decimal): -5956980 or 9181861. OLE color: 9181861.
HSL color Cylindrical-coordinate representation of color #A51A8C: hue angle of 310.79º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A8C is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 140 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.35 |
| HSL | 310.79º | 0.73% | 0.37% | - |
| HSV(B) | 310.79º | 0.84% | 0.65% | - |
| XYZ | 20.62 | 10.63 | 25.78 | - |
| YUV | 80.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 140 | 0 | 0.84 | 0.15 | 0.35 | 310.79 | 0.73 | 0.37 |
| Hex | A5 | 1A | 8C | 0 | 54 | F | 23 | 137 | 49 | 25 |
| Octal | 245 | 32 | 214 | 0 | 124 | 17 | 43 | 467 | 111 | 45 |
| Binary | 10100101 | 11010 | 10001100 | 0 | 1010100 | 1111 | 100011 | 100110111 | 1001001 | 100101 |
Color Harmonies of #A51A8C
Complementary color
Monochromatic Colors of #A51A8C
Black with #A51A8C
Text Example
Text Example
White with #A51A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A8C; }
p { color: rgb(165,26,140); }
H1.HeaderClassName
{
color: #A51A8C;
}
.AnyTagClassName
{
color: #A51A8C;
}
</style>
background-color css
<style>
a { background-color: #A51A8C; }
a { background-color: rgb(165,26,140); }
div.DivClassName
{
background-color: #A51A8C;
}
.BgClassName
{
background-color: #A51A8C;
}
</style>
border-color css
<style>
span { border-color: #A51A8C; }
span { border-color: rgb(165,26,140); }
td.TdClassName
{
border-color: #A51A8C;
}
.TagClassName
{
border-color: #A51A8C;
}
</style>