Shades of Dark Violet #A205DF
Tints of Dark Violet #A205DF
RGB
CMYK
RGB Variations
Color information
#A205DF (or 0xA205DF) is known color: Dark Violet. HEX triplet: A2, 05 and DF. RGB value is (162,5,223). Sum of RGB (Red+Green+Blue) = 162+5+223=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #A205DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205DF is #5DFA20. Grayscale: #4C4C4C. Windows color (decimal): -6158881 or 14615970. OLE color: 14615970.
HSL color Cylindrical-coordinate representation of color #A205DF: hue angle of 283.21º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205DF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 5 | 223 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.13 |
| HSL | 283.21º | 0.96% | 0.45% | - |
| HSV(B) | 283.21º | 0.98% | 0.87% | - |
| XYZ | 28.27 | 13.12 | 70.85 | - |
| YUV | 76.8 | 210.51 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 223 | 0.27 | 0.98 | 0 | 0.13 | 283.21 | 0.96 | 0.45 |
| Hex | A2 | 5 | DF | 1B | 62 | 0 | D | 11B | 60 | 2D |
| Octal | 242 | 5 | 337 | 33 | 142 | 0 | 15 | 433 | 140 | 55 |
| Binary | 10100010 | 101 | 11011111 | 11011 | 1100010 | 0 | 1101 | 100011011 | 1100000 | 101101 |
Color Harmonies of #A205DF
Complementary color
Monochromatic Colors of #A205DF
Black with #A205DF
Text Example
Text Example
White with #A205DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205DF; }
p { color: rgb(162,5,223); }
H1.HeaderClassName
{
color: #A205DF;
}
.AnyTagClassName
{
color: #A205DF;
}
</style>
background-color css
<style>
a { background-color: #A205DF; }
a { background-color: rgb(162,5,223); }
div.DivClassName
{
background-color: #A205DF;
}
.BgClassName
{
background-color: #A205DF;
}
</style>
border-color css
<style>
span { border-color: #A205DF; }
span { border-color: rgb(162,5,223); }
td.TdClassName
{
border-color: #A205DF;
}
.TagClassName
{
border-color: #A205DF;
}
</style>