Shades of Dark Violet #A217DF
Tints of Dark Violet #A217DF
RGB
CMYK
RGB Variations
Color information
#A217DF (or 0xA217DF) is known color: Dark Violet. HEX triplet: A2, 17 and DF. RGB value is (162,23,223). Sum of RGB (Red+Green+Blue) = 162+23+223=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #A217DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217DF is #5DE820. Grayscale: #565656. Windows color (decimal): -6154273 or 14620578. OLE color: 14620578.
HSL color Cylindrical-coordinate representation of color #A217DF: hue angle of 281.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A217DF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 23 | 223 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.13 |
| HSL | 281.7º | 0.81% | 0.48% | - |
| HSV(B) | 281.7º | 0.9% | 0.87% | - |
| XYZ | 28.53 | 13.62 | 70.94 | - |
| YUV | 87.36 | 204.55 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 223 | 0.27 | 0.90 | 0 | 0.13 | 281.7 | 0.81 | 0.48 |
| Hex | A2 | 17 | DF | 1B | 5A | 0 | D | 11A | 51 | 30 |
| Octal | 242 | 27 | 337 | 33 | 132 | 0 | 15 | 432 | 121 | 60 |
| Binary | 10100010 | 10111 | 11011111 | 11011 | 1011010 | 0 | 1101 | 100011010 | 1010001 | 110000 |
Color Harmonies of #A217DF
Complementary color
Monochromatic Colors of #A217DF
Black with #A217DF
Text Example
Text Example
White with #A217DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217DF; }
p { color: rgb(162,23,223); }
H1.HeaderClassName
{
color: #A217DF;
}
.AnyTagClassName
{
color: #A217DF;
}
</style>
background-color css
<style>
a { background-color: #A217DF; }
a { background-color: rgb(162,23,223); }
div.DivClassName
{
background-color: #A217DF;
}
.BgClassName
{
background-color: #A217DF;
}
</style>
border-color css
<style>
span { border-color: #A217DF; }
span { border-color: rgb(162,23,223); }
td.TdClassName
{
border-color: #A217DF;
}
.TagClassName
{
border-color: #A217DF;
}
</style>