Shades of Dark Violet #A204E6
Tints of Dark Violet #A204E6
RGB
CMYK
RGB Variations
Color information
#A204E6 (or 0xA204E6) is known color: Dark Violet. HEX triplet: A2, 04 and E6. RGB value is (162,4,230). Sum of RGB (Red+Green+Blue) = 162+4+230=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #A204E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A204E6 is #5DFB19. Grayscale: #4C4C4C. Windows color (decimal): -6159130 or 15074466. OLE color: 15074466.
HSL color Cylindrical-coordinate representation of color #A204E6: hue angle of 281.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204E6 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 4 | 230 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.10 |
| HSL | 281.95º | 0.97% | 0.46% | - |
| HSV(B) | 281.95º | 0.98% | 0.9% | - |
| XYZ | 29.23 | 13.48 | 75.92 | - |
| YUV | 77.01 | 214.35 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 230 | 0.30 | 0.98 | 0 | 0.10 | 281.95 | 0.97 | 0.46 |
| Hex | A2 | 4 | E6 | 1E | 62 | 0 | A | 11A | 61 | 2E |
| Octal | 242 | 4 | 346 | 36 | 142 | 0 | 12 | 432 | 141 | 56 |
| Binary | 10100010 | 100 | 11100110 | 11110 | 1100010 | 0 | 1010 | 100011010 | 1100001 | 101110 |
Color Harmonies of #A204E6
Complementary color
Monochromatic Colors of #A204E6
Black with #A204E6
Text Example
Text Example
White with #A204E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204E6; }
p { color: rgb(162,4,230); }
H1.HeaderClassName
{
color: #A204E6;
}
.AnyTagClassName
{
color: #A204E6;
}
</style>
background-color css
<style>
a { background-color: #A204E6; }
a { background-color: rgb(162,4,230); }
div.DivClassName
{
background-color: #A204E6;
}
.BgClassName
{
background-color: #A204E6;
}
</style>
border-color css
<style>
span { border-color: #A204E6; }
span { border-color: rgb(162,4,230); }
td.TdClassName
{
border-color: #A204E6;
}
.TagClassName
{
border-color: #A204E6;
}
</style>