Shades of Dark Purple #A51A7D
Tints of Dark Purple #A51A7D
RGB
CMYK
RGB Variations
Color information
#A51A7D (or 0xA51A7D) is known color: Dark Purple. HEX triplet: A5, 1A and 7D. RGB value is (165,26,125). Sum of RGB (Red+Green+Blue) = 165+26+125=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A7D is #5AE582. Grayscale: #4E4E4E. Windows color (decimal): -5956995 or 8198821. OLE color: 8198821.
HSL color Cylindrical-coordinate representation of color #A51A7D: hue angle of 317.27º 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 #A51A7D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 125 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.35 |
| HSL | 317.27º | 0.73% | 0.37% | - |
| HSV(B) | 317.27º | 0.84% | 0.65% | - |
| XYZ | 19.59 | 10.22 | 20.34 | - |
| YUV | 78.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 125 | 0 | 0.84 | 0.24 | 0.35 | 317.27 | 0.73 | 0.37 |
| Hex | A5 | 1A | 7D | 0 | 54 | 18 | 23 | 13D | 49 | 25 |
| Octal | 245 | 32 | 175 | 0 | 124 | 30 | 43 | 475 | 111 | 45 |
| Binary | 10100101 | 11010 | 1111101 | 0 | 1010100 | 11000 | 100011 | 100111101 | 1001001 | 100101 |
Color Harmonies of #A51A7D
Complementary color
Monochromatic Colors of #A51A7D
Black with #A51A7D
Text Example
Text Example
White with #A51A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A7D; }
p { color: rgb(165,26,125); }
H1.HeaderClassName
{
color: #A51A7D;
}
.AnyTagClassName
{
color: #A51A7D;
}
</style>
background-color css
<style>
a { background-color: #A51A7D; }
a { background-color: rgb(165,26,125); }
div.DivClassName
{
background-color: #A51A7D;
}
.BgClassName
{
background-color: #A51A7D;
}
</style>
border-color css
<style>
span { border-color: #A51A7D; }
span { border-color: rgb(165,26,125); }
td.TdClassName
{
border-color: #A51A7D;
}
.TagClassName
{
border-color: #A51A7D;
}
</style>