Shades of Dark Violet #A205EC
Tints of Dark Violet #A205EC
RGB
CMYK
RGB Variations
Color information
#A205EC (or 0xA205EC) is known color: Dark Violet. HEX triplet: A2, 05 and EC. RGB value is (162,5,236). Sum of RGB (Red+Green+Blue) = 162+5+236=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #A205EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A205EC is #5DFA13. Grayscale: #4D4D4D. Windows color (decimal): -6158868 or 15467938. OLE color: 15467938.
HSL color Cylindrical-coordinate representation of color #A205EC: hue angle of 280.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205EC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 5 | 236 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.07 |
| HSL | 280.78º | 0.96% | 0.47% | - |
| HSV(B) | 280.78º | 0.98% | 0.93% | - |
| XYZ | 30.09 | 13.85 | 80.44 | - |
| YUV | 78.28 | 217.01 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 236 | 0.31 | 0.98 | 0 | 0.07 | 280.78 | 0.96 | 0.47 |
| Hex | A2 | 5 | EC | 1F | 62 | 0 | 7 | 119 | 60 | 2F |
| Octal | 242 | 5 | 354 | 37 | 142 | 0 | 7 | 431 | 140 | 57 |
| Binary | 10100010 | 101 | 11101100 | 11111 | 1100010 | 0 | 111 | 100011001 | 1100000 | 101111 |
Color Harmonies of #A205EC
Complementary color
Monochromatic Colors of #A205EC
Black with #A205EC
Text Example
Text Example
White with #A205EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205EC; }
p { color: rgb(162,5,236); }
H1.HeaderClassName
{
color: #A205EC;
}
.AnyTagClassName
{
color: #A205EC;
}
</style>
background-color css
<style>
a { background-color: #A205EC; }
a { background-color: rgb(162,5,236); }
div.DivClassName
{
background-color: #A205EC;
}
.BgClassName
{
background-color: #A205EC;
}
</style>
border-color css
<style>
span { border-color: #A205EC; }
span { border-color: rgb(162,5,236); }
td.TdClassName
{
border-color: #A205EC;
}
.TagClassName
{
border-color: #A205EC;
}
</style>