Shades of Dark Violet #A218DF
Tints of Dark Violet #A218DF
RGB
CMYK
RGB Variations
Color information
#A218DF (or 0xA218DF) is known color: Dark Violet. HEX triplet: A2, 18 and DF. RGB value is (162,24,223). Sum of RGB (Red+Green+Blue) = 162+24+223=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #A218DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218DF is #5DE720. Grayscale: #575757. Windows color (decimal): -6154017 or 14620834. OLE color: 14620834.
HSL color Cylindrical-coordinate representation of color #A218DF: hue angle of 281.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A218DF is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 24 | 223 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.13 |
| HSL | 281.61º | 0.81% | 0.48% | - |
| HSV(B) | 281.61º | 0.89% | 0.87% | - |
| XYZ | 28.55 | 13.66 | 70.94 | - |
| YUV | 87.95 | 204.22 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 223 | 0.27 | 0.89 | 0 | 0.13 | 281.61 | 0.81 | 0.48 |
| Hex | A2 | 18 | DF | 1B | 59 | 0 | D | 11A | 51 | 30 |
| Octal | 242 | 30 | 337 | 33 | 131 | 0 | 15 | 432 | 121 | 60 |
| Binary | 10100010 | 11000 | 11011111 | 11011 | 1011001 | 0 | 1101 | 100011010 | 1010001 | 110000 |
Color Harmonies of #A218DF
Complementary color
Monochromatic Colors of #A218DF
Black with #A218DF
Text Example
Text Example
White with #A218DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218DF; }
p { color: rgb(162,24,223); }
H1.HeaderClassName
{
color: #A218DF;
}
.AnyTagClassName
{
color: #A218DF;
}
</style>
background-color css
<style>
a { background-color: #A218DF; }
a { background-color: rgb(162,24,223); }
div.DivClassName
{
background-color: #A218DF;
}
.BgClassName
{
background-color: #A218DF;
}
</style>
border-color css
<style>
span { border-color: #A218DF; }
span { border-color: rgb(162,24,223); }
td.TdClassName
{
border-color: #A218DF;
}
.TagClassName
{
border-color: #A218DF;
}
</style>