Shades of Dark Violet #A204CE
Tints of Dark Violet #A204CE
RGB
CMYK
RGB Variations
Color information
#A204CE (or 0xA204CE) is known color: Dark Violet. HEX triplet: A2, 04 and CE. RGB value is (162,4,206). Sum of RGB (Red+Green+Blue) = 162+4+206=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #A204CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204CE is #5DFB31. Grayscale: #494949. Windows color (decimal): -6159154 or 13501602. OLE color: 13501602.
HSL color Cylindrical-coordinate representation of color #A204CE: hue angle of 286.93º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204CE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 4 | 206 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.19 |
| HSL | 286.93º | 0.96% | 0.41% | - |
| HSV(B) | 286.93º | 0.98% | 0.81% | - |
| XYZ | 26.08 | 12.22 | 59.38 | - |
| YUV | 74.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 206 | 0.21 | 0.98 | 0 | 0.19 | 286.93 | 0.96 | 0.41 |
| Hex | A2 | 4 | CE | 15 | 62 | 0 | 13 | 11F | 60 | 29 |
| Octal | 242 | 4 | 316 | 25 | 142 | 0 | 23 | 437 | 140 | 51 |
| Binary | 10100010 | 100 | 11001110 | 10101 | 1100010 | 0 | 10011 | 100011111 | 1100000 | 101001 |
Color Harmonies of #A204CE
Complementary color
Monochromatic Colors of #A204CE
Black with #A204CE
Text Example
Text Example
White with #A204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204CE; }
p { color: rgb(162,4,206); }
H1.HeaderClassName
{
color: #A204CE;
}
.AnyTagClassName
{
color: #A204CE;
}
</style>
background-color css
<style>
a { background-color: #A204CE; }
a { background-color: rgb(162,4,206); }
div.DivClassName
{
background-color: #A204CE;
}
.BgClassName
{
background-color: #A204CE;
}
</style>
border-color css
<style>
span { border-color: #A204CE; }
span { border-color: rgb(162,4,206); }
td.TdClassName
{
border-color: #A204CE;
}
.TagClassName
{
border-color: #A204CE;
}
</style>