Shades of Dark Violet #AD10E4
Tints of Dark Violet #AD10E4
RGB
CMYK
RGB Variations
Color information
#AD10E4 (or 0xAD10E4) is known color: Dark Violet. HEX triplet: AD, 10 and E4. RGB value is (173,16,228). Sum of RGB (Red+Green+Blue) = 173+16+228=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD10E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10E4 is #52EF1B. Grayscale: #565656. Windows color (decimal): -5435164 or 14946477. OLE color: 14946477.
HSL color Cylindrical-coordinate representation of color #AD10E4: hue angle of 284.43º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10E4 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 16 | 228 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.11 |
| HSL | 284.43º | 0.87% | 0.48% | - |
| HSV(B) | 284.43º | 0.93% | 0.89% | - |
| XYZ | 31.42 | 14.86 | 74.61 | - |
| YUV | 87.11 | 207.51 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 228 | 0.24 | 0.93 | 0 | 0.11 | 284.43 | 0.87 | 0.48 |
| Hex | AD | 10 | E4 | 18 | 5D | 0 | B | 11C | 57 | 30 |
| Octal | 255 | 20 | 344 | 30 | 135 | 0 | 13 | 434 | 127 | 60 |
| Binary | 10101101 | 10000 | 11100100 | 11000 | 1011101 | 0 | 1011 | 100011100 | 1010111 | 110000 |
Color Harmonies of #AD10E4
Complementary color
Monochromatic Colors of #AD10E4
Black with #AD10E4
Text Example
Text Example
White with #AD10E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10E4; }
p { color: rgb(173,16,228); }
H1.HeaderClassName
{
color: #AD10E4;
}
.AnyTagClassName
{
color: #AD10E4;
}
</style>
background-color css
<style>
a { background-color: #AD10E4; }
a { background-color: rgb(173,16,228); }
div.DivClassName
{
background-color: #AD10E4;
}
.BgClassName
{
background-color: #AD10E4;
}
</style>
border-color css
<style>
span { border-color: #AD10E4; }
span { border-color: rgb(173,16,228); }
td.TdClassName
{
border-color: #AD10E4;
}
.TagClassName
{
border-color: #AD10E4;
}
</style>