Shades of Dark Violet #A204ED
Tints of Dark Violet #A204ED
RGB
CMYK
RGB Variations
Color information
#A204ED (or 0xA204ED) is known color: Dark Violet. HEX triplet: A2, 04 and ED. RGB value is (162,4,237). Sum of RGB (Red+Green+Blue) = 162+4+237=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #A204ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A204ED is #5DFB12. Grayscale: #4D4D4D. Windows color (decimal): -6159123 or 15533218. OLE color: 15533218.
HSL color Cylindrical-coordinate representation of color #A204ED: hue angle of 280.69º 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 #A204ED is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 4 | 237 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.07 |
| HSL | 280.69º | 0.97% | 0.47% | - |
| HSV(B) | 280.69º | 0.98% | 0.93% | - |
| XYZ | 30.23 | 13.88 | 81.21 | - |
| YUV | 77.8 | 217.85 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 237 | 0.32 | 0.98 | 0 | 0.07 | 280.69 | 0.97 | 0.47 |
| Hex | A2 | 4 | ED | 20 | 62 | 0 | 7 | 119 | 61 | 2F |
| Octal | 242 | 4 | 355 | 40 | 142 | 0 | 7 | 431 | 141 | 57 |
| Binary | 10100010 | 100 | 11101101 | 100000 | 1100010 | 0 | 111 | 100011001 | 1100001 | 101111 |
Color Harmonies of #A204ED
Complementary color
Monochromatic Colors of #A204ED
Black with #A204ED
Text Example
Text Example
White with #A204ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204ED; }
p { color: rgb(162,4,237); }
H1.HeaderClassName
{
color: #A204ED;
}
.AnyTagClassName
{
color: #A204ED;
}
</style>
background-color css
<style>
a { background-color: #A204ED; }
a { background-color: rgb(162,4,237); }
div.DivClassName
{
background-color: #A204ED;
}
.BgClassName
{
background-color: #A204ED;
}
</style>
border-color css
<style>
span { border-color: #A204ED; }
span { border-color: rgb(162,4,237); }
td.TdClassName
{
border-color: #A204ED;
}
.TagClassName
{
border-color: #A204ED;
}
</style>