Shades of Dark Violet #A200DD
Tints of Dark Violet #A200DD
RGB
CMYK
RGB Variations
Color information
#A200DD (or 0xA200DD) is known color: Dark Violet. HEX triplet: A2, 00 and DD. RGB value is (162,0,221). Sum of RGB (Red+Green+Blue) = 162+0+221=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #A200DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200DD is #5DFF22. Grayscale: #484848. Windows color (decimal): -6160163 or 14483618. OLE color: 14483618.
HSL color Cylindrical-coordinate representation of color #A200DD: hue angle of 283.98º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200DD is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 0 | 221 | - |
| CMYK | 0.27 | 1 | 0 | 0.13 |
| HSL | 283.98º | 1% | 0.43% | - |
| HSV(B) | 283.98º | 1% | 0.87% | - |
| XYZ | 27.95 | 12.9 | 69.42 | - |
| YUV | 73.63 | 211.17 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 221 | 0.27 | 1 | 0 | 0.13 | 283.98 | 1 | 0.43 |
| Hex | A2 | 0 | DD | 1B | 64 | 0 | D | 11C | 64 | 2B |
| Octal | 242 | 0 | 335 | 33 | 144 | 0 | 15 | 434 | 144 | 53 |
| Binary | 10100010 | 0 | 11011101 | 11011 | 1100100 | 0 | 1101 | 100011100 | 1100100 | 101011 |
Color Harmonies of #A200DD
Complementary color
Monochromatic Colors of #A200DD
Black with #A200DD
Text Example
Text Example
White with #A200DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200DD; }
p { color: rgb(162,0,221); }
H1.HeaderClassName
{
color: #A200DD;
}
.AnyTagClassName
{
color: #A200DD;
}
</style>
background-color css
<style>
a { background-color: #A200DD; }
a { background-color: rgb(162,0,221); }
div.DivClassName
{
background-color: #A200DD;
}
.BgClassName
{
background-color: #A200DD;
}
</style>
border-color css
<style>
span { border-color: #A200DD; }
span { border-color: rgb(162,0,221); }
td.TdClassName
{
border-color: #A200DD;
}
.TagClassName
{
border-color: #A200DD;
}
</style>