Shades of Dark Violet #AD0FDF
Tints of Dark Violet #AD0FDF
RGB
CMYK
RGB Variations
Color information
#AD0FDF (or 0xAD0FDF) is known color: Dark Violet. HEX triplet: AD, 0F and DF. RGB value is (173,15,223). Sum of RGB (Red+Green+Blue) = 173+15+223=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FDF is #52F020. Grayscale: #555555. Windows color (decimal): -5435425 or 14618541. OLE color: 14618541.
HSL color Cylindrical-coordinate representation of color #AD0FDF: hue angle of 285.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FDF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 15 | 223 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.13 |
| HSL | 285.58º | 0.87% | 0.47% | - |
| HSV(B) | 285.58º | 0.93% | 0.87% | - |
| XYZ | 30.72 | 14.55 | 71 | - |
| YUV | 85.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 223 | 0.22 | 0.93 | 0 | 0.13 | 285.58 | 0.87 | 0.47 |
| Hex | AD | F | DF | 16 | 5D | 0 | D | 11E | 57 | 2F |
| Octal | 255 | 17 | 337 | 26 | 135 | 0 | 15 | 436 | 127 | 57 |
| Binary | 10101101 | 1111 | 11011111 | 10110 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101111 |
Color Harmonies of #AD0FDF
Complementary color
Monochromatic Colors of #AD0FDF
Black with #AD0FDF
Text Example
Text Example
White with #AD0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FDF; }
p { color: rgb(173,15,223); }
H1.HeaderClassName
{
color: #AD0FDF;
}
.AnyTagClassName
{
color: #AD0FDF;
}
</style>
background-color css
<style>
a { background-color: #AD0FDF; }
a { background-color: rgb(173,15,223); }
div.DivClassName
{
background-color: #AD0FDF;
}
.BgClassName
{
background-color: #AD0FDF;
}
</style>
border-color css
<style>
span { border-color: #AD0FDF; }
span { border-color: rgb(173,15,223); }
td.TdClassName
{
border-color: #AD0FDF;
}
.TagClassName
{
border-color: #AD0FDF;
}
</style>