Shades of Dark Violet #A204E2
Tints of Dark Violet #A204E2
RGB
CMYK
RGB Variations
Color information
#A204E2 (or 0xA204E2) is known color: Dark Violet. HEX triplet: A2, 04 and E2. RGB value is (162,4,226). Sum of RGB (Red+Green+Blue) = 162+4+226=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 226 (88.67% from 255 or 57.65% from 392); Max value from RGB is 226 - color contains mainly: blue. Hex color #A204E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204E2 is #5DFB1D. Grayscale: #4B4B4B. Windows color (decimal): -6159134 or 14812322. OLE color: 14812322.
HSL color Cylindrical-coordinate representation of color #A204E2: hue angle of 282.7º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204E2 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 4 | 226 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.11 |
| HSL | 282.7º | 0.97% | 0.45% | - |
| HSV(B) | 282.7º | 0.98% | 0.89% | - |
| XYZ | 28.67 | 13.26 | 73 | - |
| YUV | 76.55 | 212.35 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 226 | 0.28 | 0.98 | 0 | 0.11 | 282.7 | 0.97 | 0.45 |
| Hex | A2 | 4 | E2 | 1C | 62 | 0 | B | 11B | 61 | 2D |
| Octal | 242 | 4 | 342 | 34 | 142 | 0 | 13 | 433 | 141 | 55 |
| Binary | 10100010 | 100 | 11100010 | 11100 | 1100010 | 0 | 1011 | 100011011 | 1100001 | 101101 |
Color Harmonies of #A204E2
Complementary color
Monochromatic Colors of #A204E2
Black with #A204E2
Text Example
Text Example
White with #A204E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204E2; }
p { color: rgb(162,4,226); }
H1.HeaderClassName
{
color: #A204E2;
}
.AnyTagClassName
{
color: #A204E2;
}
</style>
background-color css
<style>
a { background-color: #A204E2; }
a { background-color: rgb(162,4,226); }
div.DivClassName
{
background-color: #A204E2;
}
.BgClassName
{
background-color: #A204E2;
}
</style>
border-color css
<style>
span { border-color: #A204E2; }
span { border-color: rgb(162,4,226); }
td.TdClassName
{
border-color: #A204E2;
}
.TagClassName
{
border-color: #A204E2;
}
</style>