Shades of Dark Violet #A205ED
Tints of Dark Violet #A205ED
RGB
CMYK
RGB Variations
Color information
#A205ED (or 0xA205ED) is known color: Dark Violet. HEX triplet: A2, 05 and ED. RGB value is (162,5,237). Sum of RGB (Red+Green+Blue) = 162+5+237=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #A205ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A205ED is #5DFA12. Grayscale: #4D4D4D. Windows color (decimal): -6158867 or 15533474. OLE color: 15533474.
HSL color Cylindrical-coordinate representation of color #A205ED: hue angle of 280.6º 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 #A205ED is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 5 | 237 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.07 |
| HSL | 280.6º | 0.96% | 0.47% | - |
| HSV(B) | 280.6º | 0.98% | 0.93% | - |
| XYZ | 30.24 | 13.9 | 81.21 | - |
| YUV | 78.39 | 217.51 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 237 | 0.32 | 0.98 | 0 | 0.07 | 280.6 | 0.96 | 0.47 |
| Hex | A2 | 5 | ED | 20 | 62 | 0 | 7 | 119 | 60 | 2F |
| Octal | 242 | 5 | 355 | 40 | 142 | 0 | 7 | 431 | 140 | 57 |
| Binary | 10100010 | 101 | 11101101 | 100000 | 1100010 | 0 | 111 | 100011001 | 1100000 | 101111 |
Color Harmonies of #A205ED
Complementary color
Monochromatic Colors of #A205ED
Black with #A205ED
Text Example
Text Example
White with #A205ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205ED; }
p { color: rgb(162,5,237); }
H1.HeaderClassName
{
color: #A205ED;
}
.AnyTagClassName
{
color: #A205ED;
}
</style>
background-color css
<style>
a { background-color: #A205ED; }
a { background-color: rgb(162,5,237); }
div.DivClassName
{
background-color: #A205ED;
}
.BgClassName
{
background-color: #A205ED;
}
</style>
border-color css
<style>
span { border-color: #A205ED; }
span { border-color: rgb(162,5,237); }
td.TdClassName
{
border-color: #A205ED;
}
.TagClassName
{
border-color: #A205ED;
}
</style>