Shades of Dark Violet #A200ED
Tints of Dark Violet #A200ED
RGB
CMYK
RGB Variations
Color information
#A200ED (or 0xA200ED) is known color: Dark Violet. HEX triplet: A2, 00 and ED. RGB value is (162,0,237). Sum of RGB (Red+Green+Blue) = 162+0+237=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #A200ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200ED is #5DFF12. Grayscale: #4A4A4A. Windows color (decimal): -6160147 or 15532194. OLE color: 15532194.
HSL color Cylindrical-coordinate representation of color #A200ED: hue angle of 281.01º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200ED is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 0 | 237 | - |
| CMYK | 0.32 | 1 | 0 | 0.07 |
| HSL | 281.01º | 1% | 0.46% | - |
| HSV(B) | 281.01º | 1% | 0.93% | - |
| XYZ | 30.19 | 13.8 | 81.19 | - |
| YUV | 75.46 | 219.17 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 237 | 0.32 | 1 | 0 | 0.07 | 281.01 | 1 | 0.46 |
| Hex | A2 | 0 | ED | 20 | 64 | 0 | 7 | 119 | 64 | 2E |
| Octal | 242 | 0 | 355 | 40 | 144 | 0 | 7 | 431 | 144 | 56 |
| Binary | 10100010 | 0 | 11101101 | 100000 | 1100100 | 0 | 111 | 100011001 | 1100100 | 101110 |
Color Harmonies of #A200ED
Complementary color
Monochromatic Colors of #A200ED
Black with #A200ED
Text Example
Text Example
White with #A200ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200ED; }
p { color: rgb(162,0,237); }
H1.HeaderClassName
{
color: #A200ED;
}
.AnyTagClassName
{
color: #A200ED;
}
</style>
background-color css
<style>
a { background-color: #A200ED; }
a { background-color: rgb(162,0,237); }
div.DivClassName
{
background-color: #A200ED;
}
.BgClassName
{
background-color: #A200ED;
}
</style>
border-color css
<style>
span { border-color: #A200ED; }
span { border-color: rgb(162,0,237); }
td.TdClassName
{
border-color: #A200ED;
}
.TagClassName
{
border-color: #A200ED;
}
</style>