Shades of Dark Violet #A512CE
Tints of Dark Violet #A512CE
RGB
CMYK
RGB Variations
Color information
#A512CE (or 0xA512CE) is known color: Dark Violet. HEX triplet: A5, 12 and CE. RGB value is (165,18,206). Sum of RGB (Red+Green+Blue) = 165+18+206=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #A512CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512CE is #5AED31. Grayscale: #525252. Windows color (decimal): -5958962 or 13505189. OLE color: 13505189.
HSL color Cylindrical-coordinate representation of color #A512CE: hue angle of 286.91º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A512CE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 18 | 206 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.19 |
| HSL | 286.91º | 0.84% | 0.44% | - |
| HSV(B) | 286.91º | 0.91% | 0.81% | - |
| XYZ | 26.87 | 12.89 | 59.46 | - |
| YUV | 83.39 | 197.2 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 206 | 0.20 | 0.91 | 0 | 0.19 | 286.91 | 0.84 | 0.44 |
| Hex | A5 | 12 | CE | 14 | 5B | 0 | 13 | 11F | 54 | 2C |
| Octal | 245 | 22 | 316 | 24 | 133 | 0 | 23 | 437 | 124 | 54 |
| Binary | 10100101 | 10010 | 11001110 | 10100 | 1011011 | 0 | 10011 | 100011111 | 1010100 | 101100 |
Color Harmonies of #A512CE
Complementary color
Monochromatic Colors of #A512CE
Black with #A512CE
Text Example
Text Example
White with #A512CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512CE; }
p { color: rgb(165,18,206); }
H1.HeaderClassName
{
color: #A512CE;
}
.AnyTagClassName
{
color: #A512CE;
}
</style>
background-color css
<style>
a { background-color: #A512CE; }
a { background-color: rgb(165,18,206); }
div.DivClassName
{
background-color: #A512CE;
}
.BgClassName
{
background-color: #A512CE;
}
</style>
border-color css
<style>
span { border-color: #A512CE; }
span { border-color: rgb(165,18,206); }
td.TdClassName
{
border-color: #A512CE;
}
.TagClassName
{
border-color: #A512CE;
}
</style>