Shades of Dark Violet #AD18DF
Tints of Dark Violet #AD18DF
RGB
CMYK
RGB Variations
Color information
#AD18DF (or 0xAD18DF) is known color: Dark Violet. HEX triplet: AD, 18 and DF. RGB value is (173,24,223). Sum of RGB (Red+Green+Blue) = 173+24+223=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18DF is #52E720. Grayscale: #5A5A5A. Windows color (decimal): -5433121 or 14620845. OLE color: 14620845.
HSL color Cylindrical-coordinate representation of color #AD18DF: hue angle of 284.92º 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 #AD18DF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 24 | 223 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.13 |
| HSL | 284.92º | 0.81% | 0.48% | - |
| HSV(B) | 284.92º | 0.89% | 0.87% | - |
| XYZ | 30.88 | 14.87 | 71.05 | - |
| YUV | 91.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 223 | 0.22 | 0.89 | 0 | 0.13 | 284.92 | 0.81 | 0.48 |
| Hex | AD | 18 | DF | 16 | 59 | 0 | D | 11D | 51 | 30 |
| Octal | 255 | 30 | 337 | 26 | 131 | 0 | 15 | 435 | 121 | 60 |
| Binary | 10101101 | 11000 | 11011111 | 10110 | 1011001 | 0 | 1101 | 100011101 | 1010001 | 110000 |
Color Harmonies of #AD18DF
Complementary color
Monochromatic Colors of #AD18DF
Black with #AD18DF
Text Example
Text Example
White with #AD18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18DF; }
p { color: rgb(173,24,223); }
H1.HeaderClassName
{
color: #AD18DF;
}
.AnyTagClassName
{
color: #AD18DF;
}
</style>
background-color css
<style>
a { background-color: #AD18DF; }
a { background-color: rgb(173,24,223); }
div.DivClassName
{
background-color: #AD18DF;
}
.BgClassName
{
background-color: #AD18DF;
}
</style>
border-color css
<style>
span { border-color: #AD18DF; }
span { border-color: rgb(173,24,223); }
td.TdClassName
{
border-color: #AD18DF;
}
.TagClassName
{
border-color: #AD18DF;
}
</style>