Shades of Dark Violet #A204D0
Tints of Dark Violet #A204D0
RGB
CMYK
RGB Variations
Color information
#A204D0 (or 0xA204D0) is known color: Dark Violet. HEX triplet: A2, 04 and D0. RGB value is (162,4,208). Sum of RGB (Red+Green+Blue) = 162+4+208=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #A204D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204D0 is #5DFB2F. Grayscale: #494949. Windows color (decimal): -6159152 or 13632674. OLE color: 13632674.
HSL color Cylindrical-coordinate representation of color #A204D0: hue angle of 286.47º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204D0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 4 | 208 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.18 |
| HSL | 286.47º | 0.96% | 0.42% | - |
| HSV(B) | 286.47º | 0.98% | 0.82% | - |
| XYZ | 26.33 | 12.32 | 60.67 | - |
| YUV | 74.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 208 | 0.22 | 0.98 | 0 | 0.18 | 286.47 | 0.96 | 0.42 |
| Hex | A2 | 4 | D0 | 16 | 62 | 0 | 12 | 11E | 60 | 2A |
| Octal | 242 | 4 | 320 | 26 | 142 | 0 | 22 | 436 | 140 | 52 |
| Binary | 10100010 | 100 | 11010000 | 10110 | 1100010 | 0 | 10010 | 100011110 | 1100000 | 101010 |
Color Harmonies of #A204D0
Complementary color
Monochromatic Colors of #A204D0
Black with #A204D0
Text Example
Text Example
White with #A204D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204D0; }
p { color: rgb(162,4,208); }
H1.HeaderClassName
{
color: #A204D0;
}
.AnyTagClassName
{
color: #A204D0;
}
</style>
background-color css
<style>
a { background-color: #A204D0; }
a { background-color: rgb(162,4,208); }
div.DivClassName
{
background-color: #A204D0;
}
.BgClassName
{
background-color: #A204D0;
}
</style>
border-color css
<style>
span { border-color: #A204D0; }
span { border-color: rgb(162,4,208); }
td.TdClassName
{
border-color: #A204D0;
}
.TagClassName
{
border-color: #A204D0;
}
</style>