Shades of Dark Violet #A200EB
Tints of Dark Violet #A200EB
RGB
CMYK
RGB Variations
Color information
#A200EB (or 0xA200EB) is known color: Dark Violet. HEX triplet: A2, 00 and EB. RGB value is (162,0,235). Sum of RGB (Red+Green+Blue) = 162+0+235=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #A200EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200EB is #5DFF14. Grayscale: #4A4A4A. Windows color (decimal): -6160149 or 15401122. OLE color: 15401122.
HSL color Cylindrical-coordinate representation of color #A200EB: hue angle of 281.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200EB is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 0 | 235 | - |
| CMYK | 0.31 | 1 | 0 | 0.08 |
| HSL | 281.36º | 1% | 0.46% | - |
| HSV(B) | 281.36º | 1% | 0.92% | - |
| XYZ | 29.9 | 13.68 | 79.66 | - |
| YUV | 75.23 | 218.17 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 235 | 0.31 | 1 | 0 | 0.08 | 281.36 | 1 | 0.46 |
| Hex | A2 | 0 | EB | 1F | 64 | 0 | 8 | 119 | 64 | 2E |
| Octal | 242 | 0 | 353 | 37 | 144 | 0 | 10 | 431 | 144 | 56 |
| Binary | 10100010 | 0 | 11101011 | 11111 | 1100100 | 0 | 1000 | 100011001 | 1100100 | 101110 |
Color Harmonies of #A200EB
Complementary color
Monochromatic Colors of #A200EB
Black with #A200EB
Text Example
Text Example
White with #A200EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200EB; }
p { color: rgb(162,0,235); }
H1.HeaderClassName
{
color: #A200EB;
}
.AnyTagClassName
{
color: #A200EB;
}
</style>
background-color css
<style>
a { background-color: #A200EB; }
a { background-color: rgb(162,0,235); }
div.DivClassName
{
background-color: #A200EB;
}
.BgClassName
{
background-color: #A200EB;
}
</style>
border-color css
<style>
span { border-color: #A200EB; }
span { border-color: rgb(162,0,235); }
td.TdClassName
{
border-color: #A200EB;
}
.TagClassName
{
border-color: #A200EB;
}
</style>