Shades of Dark Violet #A413CE
Tints of Dark Violet #A413CE
RGB
CMYK
RGB Variations
Color information
#A413CE (or 0xA413CE) is known color: Dark Violet. HEX triplet: A4, 13 and CE. RGB value is (164,19,206). Sum of RGB (Red+Green+Blue) = 164+19+206=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 19 (7.81% from 255 or 4.88% 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 #A413CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413CE is #5BEC31. Grayscale: #535353. Windows color (decimal): -6024242 or 13505444. OLE color: 13505444.
HSL color Cylindrical-coordinate representation of color #A413CE: hue angle of 286.52º degrees, saturation: 0.83, 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 #A413CE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 19 | 206 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.19 |
| HSL | 286.52º | 0.83% | 0.44% | - |
| HSV(B) | 286.52º | 0.91% | 0.81% | - |
| XYZ | 26.68 | 12.81 | 59.46 | - |
| YUV | 83.67 | 197.04 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 206 | 0.20 | 0.91 | 0 | 0.19 | 286.52 | 0.83 | 0.44 |
| Hex | A4 | 13 | CE | 14 | 5B | 0 | 13 | 11F | 53 | 2C |
| Octal | 244 | 23 | 316 | 24 | 133 | 0 | 23 | 437 | 123 | 54 |
| Binary | 10100100 | 10011 | 11001110 | 10100 | 1011011 | 0 | 10011 | 100011111 | 1010011 | 101100 |
Color Harmonies of #A413CE
Complementary color
Monochromatic Colors of #A413CE
Black with #A413CE
Text Example
Text Example
White with #A413CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413CE; }
p { color: rgb(164,19,206); }
H1.HeaderClassName
{
color: #A413CE;
}
.AnyTagClassName
{
color: #A413CE;
}
</style>
background-color css
<style>
a { background-color: #A413CE; }
a { background-color: rgb(164,19,206); }
div.DivClassName
{
background-color: #A413CE;
}
.BgClassName
{
background-color: #A413CE;
}
</style>
border-color css
<style>
span { border-color: #A413CE; }
span { border-color: rgb(164,19,206); }
td.TdClassName
{
border-color: #A413CE;
}
.TagClassName
{
border-color: #A413CE;
}
</style>