Shades of Dark Violet #A200E6
Tints of Dark Violet #A200E6
RGB
CMYK
RGB Variations
Color information
#A200E6 (or 0xA200E6) is known color: Dark Violet. HEX triplet: A2, 00 and E6. RGB value is (162,0,230). Sum of RGB (Red+Green+Blue) = 162+0+230=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #A200E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200E6 is #5DFF19. Grayscale: #494949. Windows color (decimal): -6160154 or 15073442. OLE color: 15073442.
HSL color Cylindrical-coordinate representation of color #A200E6: hue angle of 282.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200E6 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 0 | 230 | - |
| CMYK | 0.30 | 1 | 0 | 0.10 |
| HSL | 282.26º | 1% | 0.45% | - |
| HSV(B) | 282.26º | 1% | 0.9% | - |
| XYZ | 29.18 | 13.39 | 75.91 | - |
| YUV | 74.66 | 215.67 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 230 | 0.30 | 1 | 0 | 0.10 | 282.26 | 1 | 0.45 |
| Hex | A2 | 0 | E6 | 1E | 64 | 0 | A | 11A | 64 | 2D |
| Octal | 242 | 0 | 346 | 36 | 144 | 0 | 12 | 432 | 144 | 55 |
| Binary | 10100010 | 0 | 11100110 | 11110 | 1100100 | 0 | 1010 | 100011010 | 1100100 | 101101 |
Color Harmonies of #A200E6
Complementary color
Monochromatic Colors of #A200E6
Black with #A200E6
Text Example
Text Example
White with #A200E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200E6; }
p { color: rgb(162,0,230); }
H1.HeaderClassName
{
color: #A200E6;
}
.AnyTagClassName
{
color: #A200E6;
}
</style>
background-color css
<style>
a { background-color: #A200E6; }
a { background-color: rgb(162,0,230); }
div.DivClassName
{
background-color: #A200E6;
}
.BgClassName
{
background-color: #A200E6;
}
</style>
border-color css
<style>
span { border-color: #A200E6; }
span { border-color: rgb(162,0,230); }
td.TdClassName
{
border-color: #A200E6;
}
.TagClassName
{
border-color: #A200E6;
}
</style>