Shades of Dark Violet #A204EC
Tints of Dark Violet #A204EC
RGB
CMYK
RGB Variations
Color information
#A204EC (or 0xA204EC) is known color: Dark Violet. HEX triplet: A2, 04 and EC. RGB value is (162,4,236). Sum of RGB (Red+Green+Blue) = 162+4+236=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #A204EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A204EC is #5DFB13. Grayscale: #4C4C4C. Windows color (decimal): -6159124 or 15467682. OLE color: 15467682.
HSL color Cylindrical-coordinate representation of color #A204EC: hue angle of 280.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204EC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 4 | 236 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.07 |
| HSL | 280.86º | 0.97% | 0.47% | - |
| HSV(B) | 280.86º | 0.98% | 0.93% | - |
| XYZ | 30.08 | 13.82 | 80.44 | - |
| YUV | 77.69 | 217.35 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 236 | 0.31 | 0.98 | 0 | 0.07 | 280.86 | 0.97 | 0.47 |
| Hex | A2 | 4 | EC | 1F | 62 | 0 | 7 | 119 | 61 | 2F |
| Octal | 242 | 4 | 354 | 37 | 142 | 0 | 7 | 431 | 141 | 57 |
| Binary | 10100010 | 100 | 11101100 | 11111 | 1100010 | 0 | 111 | 100011001 | 1100001 | 101111 |
Color Harmonies of #A204EC
Complementary color
Monochromatic Colors of #A204EC
Black with #A204EC
Text Example
Text Example
White with #A204EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204EC; }
p { color: rgb(162,4,236); }
H1.HeaderClassName
{
color: #A204EC;
}
.AnyTagClassName
{
color: #A204EC;
}
</style>
background-color css
<style>
a { background-color: #A204EC; }
a { background-color: rgb(162,4,236); }
div.DivClassName
{
background-color: #A204EC;
}
.BgClassName
{
background-color: #A204EC;
}
</style>
border-color css
<style>
span { border-color: #A204EC; }
span { border-color: rgb(162,4,236); }
td.TdClassName
{
border-color: #A204EC;
}
.TagClassName
{
border-color: #A204EC;
}
</style>