Shades of Dark Purple #A51D8A
Tints of Dark Purple #A51D8A
RGB
CMYK
RGB Variations
Color information
#A51D8A (or 0xA51D8A) is known color: Dark Purple. HEX triplet: A5, 1D and 8A. RGB value is (165,29,138). Sum of RGB (Red+Green+Blue) = 165+29+138=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51D8A is #5AE275. Grayscale: #515151. Windows color (decimal): -5956214 or 9051557. OLE color: 9051557.
HSL color Cylindrical-coordinate representation of color #A51D8A: hue angle of 311.91º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51D8A is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 29 | 138 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.35 |
| HSL | 311.91º | 0.7% | 0.38% | - |
| HSV(B) | 311.91º | 0.82% | 0.65% | - |
| XYZ | 20.54 | 10.71 | 25.03 | - |
| YUV | 82.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 138 | 0 | 0.82 | 0.16 | 0.35 | 311.91 | 0.7 | 0.38 |
| Hex | A5 | 1D | 8A | 0 | 52 | 10 | 23 | 138 | 46 | 26 |
| Octal | 245 | 35 | 212 | 0 | 122 | 20 | 43 | 470 | 106 | 46 |
| Binary | 10100101 | 11101 | 10001010 | 0 | 1010010 | 10000 | 100011 | 100111000 | 1000110 | 100110 |
Color Harmonies of #A51D8A
Complementary color
Monochromatic Colors of #A51D8A
Black with #A51D8A
Text Example
Text Example
White with #A51D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51D8A; }
p { color: rgb(165,29,138); }
H1.HeaderClassName
{
color: #A51D8A;
}
.AnyTagClassName
{
color: #A51D8A;
}
</style>
background-color css
<style>
a { background-color: #A51D8A; }
a { background-color: rgb(165,29,138); }
div.DivClassName
{
background-color: #A51D8A;
}
.BgClassName
{
background-color: #A51D8A;
}
</style>
border-color css
<style>
span { border-color: #A51D8A; }
span { border-color: rgb(165,29,138); }
td.TdClassName
{
border-color: #A51D8A;
}
.TagClassName
{
border-color: #A51D8A;
}
</style>