Shades of Dark Violet #AD12DF
Tints of Dark Violet #AD12DF
RGB
CMYK
RGB Variations
Color information
#AD12DF (or 0xAD12DF) is known color: Dark Violet. HEX triplet: AD, 12 and DF. RGB value is (173,18,223). Sum of RGB (Red+Green+Blue) = 173+18+223=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12DF is #52ED20. Grayscale: #575757. Windows color (decimal): -5434657 or 14619309. OLE color: 14619309.
HSL color Cylindrical-coordinate representation of color #AD12DF: hue angle of 285.37º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD12DF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 18 | 223 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.13 |
| HSL | 285.37º | 0.85% | 0.47% | - |
| HSV(B) | 285.37º | 0.92% | 0.87% | - |
| XYZ | 30.77 | 14.64 | 71.02 | - |
| YUV | 87.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 223 | 0.22 | 0.92 | 0 | 0.13 | 285.37 | 0.85 | 0.47 |
| Hex | AD | 12 | DF | 16 | 5C | 0 | D | 11D | 55 | 2F |
| Octal | 255 | 22 | 337 | 26 | 134 | 0 | 15 | 435 | 125 | 57 |
| Binary | 10101101 | 10010 | 11011111 | 10110 | 1011100 | 0 | 1101 | 100011101 | 1010101 | 101111 |
Color Harmonies of #AD12DF
Complementary color
Monochromatic Colors of #AD12DF
Black with #AD12DF
Text Example
Text Example
White with #AD12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12DF; }
p { color: rgb(173,18,223); }
H1.HeaderClassName
{
color: #AD12DF;
}
.AnyTagClassName
{
color: #AD12DF;
}
</style>
background-color css
<style>
a { background-color: #AD12DF; }
a { background-color: rgb(173,18,223); }
div.DivClassName
{
background-color: #AD12DF;
}
.BgClassName
{
background-color: #AD12DF;
}
</style>
border-color css
<style>
span { border-color: #AD12DF; }
span { border-color: rgb(173,18,223); }
td.TdClassName
{
border-color: #AD12DF;
}
.TagClassName
{
border-color: #AD12DF;
}
</style>