Shades of Dark Violet #A217DA
Tints of Dark Violet #A217DA
RGB
CMYK
RGB Variations
Color information
#A217DA (or 0xA217DA) is known color: Dark Violet. HEX triplet: A2, 17 and DA. RGB value is (162,23,218). Sum of RGB (Red+Green+Blue) = 162+23+218=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #A217DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217DA is #5DE825. Grayscale: #565656. Windows color (decimal): -6154278 or 14292898. OLE color: 14292898.
HSL color Cylindrical-coordinate representation of color #A217DA: hue angle of 282.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A217DA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 23 | 218 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.15 |
| HSL | 282.77º | 0.81% | 0.47% | - |
| HSV(B) | 282.77º | 0.89% | 0.85% | - |
| XYZ | 27.86 | 13.36 | 67.44 | - |
| YUV | 86.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 218 | 0.26 | 0.89 | 0 | 0.15 | 282.77 | 0.81 | 0.47 |
| Hex | A2 | 17 | DA | 1A | 59 | 0 | F | 11B | 51 | 2F |
| Octal | 242 | 27 | 332 | 32 | 131 | 0 | 17 | 433 | 121 | 57 |
| Binary | 10100010 | 10111 | 11011010 | 11010 | 1011001 | 0 | 1111 | 100011011 | 1010001 | 101111 |
Color Harmonies of #A217DA
Complementary color
Monochromatic Colors of #A217DA
Black with #A217DA
Text Example
Text Example
White with #A217DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217DA; }
p { color: rgb(162,23,218); }
H1.HeaderClassName
{
color: #A217DA;
}
.AnyTagClassName
{
color: #A217DA;
}
</style>
background-color css
<style>
a { background-color: #A217DA; }
a { background-color: rgb(162,23,218); }
div.DivClassName
{
background-color: #A217DA;
}
.BgClassName
{
background-color: #A217DA;
}
</style>
border-color css
<style>
span { border-color: #A217DA; }
span { border-color: rgb(162,23,218); }
td.TdClassName
{
border-color: #A217DA;
}
.TagClassName
{
border-color: #A217DA;
}
</style>