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