Shades of Dark Violet #A205DC
Tints of Dark Violet #A205DC
RGB
CMYK
RGB Variations
Color information
#A205DC (or 0xA205DC) is known color: Dark Violet. HEX triplet: A2, 05 and DC. RGB value is (162,5,220). Sum of RGB (Red+Green+Blue) = 162+5+220=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #A205DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205DC is #5DFA23. Grayscale: #4B4B4B. Windows color (decimal): -6158884 or 14419362. OLE color: 14419362.
HSL color Cylindrical-coordinate representation of color #A205DC: hue angle of 283.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205DC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 5 | 220 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.14 |
| HSL | 283.81º | 0.96% | 0.44% | - |
| HSV(B) | 283.81º | 0.98% | 0.86% | - |
| XYZ | 27.87 | 12.96 | 68.74 | - |
| YUV | 76.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 220 | 0.26 | 0.98 | 0 | 0.14 | 283.81 | 0.96 | 0.44 |
| Hex | A2 | 5 | DC | 1A | 62 | 0 | E | 11C | 60 | 2C |
| Octal | 242 | 5 | 334 | 32 | 142 | 0 | 16 | 434 | 140 | 54 |
| Binary | 10100010 | 101 | 11011100 | 11010 | 1100010 | 0 | 1110 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A205DC
Complementary color
Monochromatic Colors of #A205DC
Black with #A205DC
Text Example
Text Example
White with #A205DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205DC; }
p { color: rgb(162,5,220); }
H1.HeaderClassName
{
color: #A205DC;
}
.AnyTagClassName
{
color: #A205DC;
}
</style>
background-color css
<style>
a { background-color: #A205DC; }
a { background-color: rgb(162,5,220); }
div.DivClassName
{
background-color: #A205DC;
}
.BgClassName
{
background-color: #A205DC;
}
</style>
border-color css
<style>
span { border-color: #A205DC; }
span { border-color: rgb(162,5,220); }
td.TdClassName
{
border-color: #A205DC;
}
.TagClassName
{
border-color: #A205DC;
}
</style>