Shades of Dark Violet #A512C9
Tints of Dark Violet #A512C9
RGB
CMYK
RGB Variations
Color information
#A512C9 (or 0xA512C9) is known color: Dark Violet. HEX triplet: A5, 12 and C9. RGB value is (165,18,201). Sum of RGB (Red+Green+Blue) = 165+18+201=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #A512C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512C9 is #5AED36. Grayscale: #525252. Windows color (decimal): -5958967 or 13177509. OLE color: 13177509.
HSL color Cylindrical-coordinate representation of color #A512C9: hue angle of 288.2º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A512C9 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 18 | 201 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.21 |
| HSL | 288.2º | 0.84% | 0.43% | - |
| HSV(B) | 288.2º | 0.91% | 0.79% | - |
| XYZ | 26.28 | 12.65 | 56.31 | - |
| YUV | 82.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 201 | 0.18 | 0.91 | 0 | 0.21 | 288.2 | 0.84 | 0.43 |
| Hex | A5 | 12 | C9 | 12 | 5B | 0 | 15 | 120 | 54 | 2B |
| Octal | 245 | 22 | 311 | 22 | 133 | 0 | 25 | 440 | 124 | 53 |
| Binary | 10100101 | 10010 | 11001001 | 10010 | 1011011 | 0 | 10101 | 100100000 | 1010100 | 101011 |
Color Harmonies of #A512C9
Complementary color
Monochromatic Colors of #A512C9
Black with #A512C9
Text Example
Text Example
White with #A512C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512C9; }
p { color: rgb(165,18,201); }
H1.HeaderClassName
{
color: #A512C9;
}
.AnyTagClassName
{
color: #A512C9;
}
</style>
background-color css
<style>
a { background-color: #A512C9; }
a { background-color: rgb(165,18,201); }
div.DivClassName
{
background-color: #A512C9;
}
.BgClassName
{
background-color: #A512C9;
}
</style>
border-color css
<style>
span { border-color: #A512C9; }
span { border-color: rgb(165,18,201); }
td.TdClassName
{
border-color: #A512C9;
}
.TagClassName
{
border-color: #A512C9;
}
</style>