Shades of Dark Violet #A205D0
Tints of Dark Violet #A205D0
RGB
CMYK
RGB Variations
Color information
#A205D0 (or 0xA205D0) is known color: Dark Violet. HEX triplet: A2, 05 and D0. RGB value is (162,5,208). Sum of RGB (Red+Green+Blue) = 162+5+208=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #A205D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205D0 is #5DFA2F. Grayscale: #4A4A4A. Windows color (decimal): -6158896 or 13632930. OLE color: 13632930.
HSL color Cylindrical-coordinate representation of color #A205D0: hue angle of 286.4º degrees, saturation: 0.95, 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 #A205D0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 5 | 208 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.18 |
| HSL | 286.4º | 0.95% | 0.42% | - |
| HSV(B) | 286.4º | 0.98% | 0.82% | - |
| XYZ | 26.34 | 12.34 | 60.67 | - |
| YUV | 75.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 208 | 0.22 | 0.98 | 0 | 0.18 | 286.4 | 0.95 | 0.42 |
| Hex | A2 | 5 | D0 | 16 | 62 | 0 | 12 | 11E | 5F | 2A |
| Octal | 242 | 5 | 320 | 26 | 142 | 0 | 22 | 436 | 137 | 52 |
| Binary | 10100010 | 101 | 11010000 | 10110 | 1100010 | 0 | 10010 | 100011110 | 1011111 | 101010 |
Color Harmonies of #A205D0
Complementary color
Monochromatic Colors of #A205D0
Black with #A205D0
Text Example
Text Example
White with #A205D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205D0; }
p { color: rgb(162,5,208); }
H1.HeaderClassName
{
color: #A205D0;
}
.AnyTagClassName
{
color: #A205D0;
}
</style>
background-color css
<style>
a { background-color: #A205D0; }
a { background-color: rgb(162,5,208); }
div.DivClassName
{
background-color: #A205D0;
}
.BgClassName
{
background-color: #A205D0;
}
</style>
border-color css
<style>
span { border-color: #A205D0; }
span { border-color: rgb(162,5,208); }
td.TdClassName
{
border-color: #A205D0;
}
.TagClassName
{
border-color: #A205D0;
}
</style>