Shades of Dark Violet #A215DD
Tints of Dark Violet #A215DD
RGB
CMYK
RGB Variations
Color information
#A215DD (or 0xA215DD) is known color: Dark Violet. HEX triplet: A2, 15 and DD. RGB value is (162,21,221). Sum of RGB (Red+Green+Blue) = 162+21+221=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #A215DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215DD is #5DEA22. Grayscale: #555555. Windows color (decimal): -6154787 or 14488994. OLE color: 14488994.
HSL color Cylindrical-coordinate representation of color #A215DD: hue angle of 282.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A215DD is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 21 | 221 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.13 |
| HSL | 282.3º | 0.83% | 0.47% | - |
| HSV(B) | 282.3º | 0.9% | 0.87% | - |
| XYZ | 28.22 | 13.44 | 69.51 | - |
| YUV | 85.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 221 | 0.27 | 0.90 | 0 | 0.13 | 282.3 | 0.83 | 0.47 |
| Hex | A2 | 15 | DD | 1B | 5A | 0 | D | 11A | 53 | 2F |
| Octal | 242 | 25 | 335 | 33 | 132 | 0 | 15 | 432 | 123 | 57 |
| Binary | 10100010 | 10101 | 11011101 | 11011 | 1011010 | 0 | 1101 | 100011010 | 1010011 | 101111 |
Color Harmonies of #A215DD
Complementary color
Monochromatic Colors of #A215DD
Black with #A215DD
Text Example
Text Example
White with #A215DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215DD; }
p { color: rgb(162,21,221); }
H1.HeaderClassName
{
color: #A215DD;
}
.AnyTagClassName
{
color: #A215DD;
}
</style>
background-color css
<style>
a { background-color: #A215DD; }
a { background-color: rgb(162,21,221); }
div.DivClassName
{
background-color: #A215DD;
}
.BgClassName
{
background-color: #A215DD;
}
</style>
border-color css
<style>
span { border-color: #A215DD; }
span { border-color: rgb(162,21,221); }
td.TdClassName
{
border-color: #A215DD;
}
.TagClassName
{
border-color: #A215DD;
}
</style>