Shades of Dark Violet #A205EE
Tints of Dark Violet #A205EE
RGB
CMYK
RGB Variations
Color information
#A205EE (or 0xA205EE) is known color: Dark Violet. HEX triplet: A2, 05 and EE. RGB value is (162,5,238). Sum of RGB (Red+Green+Blue) = 162+5+238=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #A205EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A205EE is #5DFA11. Grayscale: #4D4D4D. Windows color (decimal): -6158866 or 15599010. OLE color: 15599010.
HSL color Cylindrical-coordinate representation of color #A205EE: hue angle of 280.43º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205EE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 5 | 238 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.07 |
| HSL | 280.43º | 0.96% | 0.48% | - |
| HSV(B) | 280.43º | 0.98% | 0.93% | - |
| XYZ | 30.39 | 13.96 | 81.98 | - |
| YUV | 78.51 | 218.01 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 238 | 0.32 | 0.98 | 0 | 0.07 | 280.43 | 0.96 | 0.48 |
| Hex | A2 | 5 | EE | 20 | 62 | 0 | 7 | 118 | 60 | 30 |
| Octal | 242 | 5 | 356 | 40 | 142 | 0 | 7 | 430 | 140 | 60 |
| Binary | 10100010 | 101 | 11101110 | 100000 | 1100010 | 0 | 111 | 100011000 | 1100000 | 110000 |
Color Harmonies of #A205EE
Complementary color
Monochromatic Colors of #A205EE
Black with #A205EE
Text Example
Text Example
White with #A205EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205EE; }
p { color: rgb(162,5,238); }
H1.HeaderClassName
{
color: #A205EE;
}
.AnyTagClassName
{
color: #A205EE;
}
</style>
background-color css
<style>
a { background-color: #A205EE; }
a { background-color: rgb(162,5,238); }
div.DivClassName
{
background-color: #A205EE;
}
.BgClassName
{
background-color: #A205EE;
}
</style>
border-color css
<style>
span { border-color: #A205EE; }
span { border-color: rgb(162,5,238); }
td.TdClassName
{
border-color: #A205EE;
}
.TagClassName
{
border-color: #A205EE;
}
</style>