Shades of Dark Violet #AD0FE3
Tints of Dark Violet #AD0FE3
RGB
CMYK
RGB Variations
Color information
#AD0FE3 (or 0xAD0FE3) is known color: Dark Violet. HEX triplet: AD, 0F and E3. RGB value is (173,15,227). Sum of RGB (Red+Green+Blue) = 173+15+227=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD0FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FE3 is #52F01C. Grayscale: #555555. Windows color (decimal): -5435421 or 14880685. OLE color: 14880685.
HSL color Cylindrical-coordinate representation of color #AD0FE3: hue angle of 284.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FE3 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 15 | 227 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.11 |
| HSL | 284.72º | 0.88% | 0.47% | - |
| HSV(B) | 284.72º | 0.93% | 0.89% | - |
| XYZ | 31.27 | 14.77 | 73.88 | - |
| YUV | 86.41 | 207.35 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 227 | 0.24 | 0.93 | 0 | 0.11 | 284.72 | 0.88 | 0.47 |
| Hex | AD | F | E3 | 18 | 5D | 0 | B | 11D | 58 | 2F |
| Octal | 255 | 17 | 343 | 30 | 135 | 0 | 13 | 435 | 130 | 57 |
| Binary | 10101101 | 1111 | 11100011 | 11000 | 1011101 | 0 | 1011 | 100011101 | 1011000 | 101111 |
Color Harmonies of #AD0FE3
Complementary color
Monochromatic Colors of #AD0FE3
Black with #AD0FE3
Text Example
Text Example
White with #AD0FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FE3; }
p { color: rgb(173,15,227); }
H1.HeaderClassName
{
color: #AD0FE3;
}
.AnyTagClassName
{
color: #AD0FE3;
}
</style>
background-color css
<style>
a { background-color: #AD0FE3; }
a { background-color: rgb(173,15,227); }
div.DivClassName
{
background-color: #AD0FE3;
}
.BgClassName
{
background-color: #AD0FE3;
}
</style>
border-color css
<style>
span { border-color: #AD0FE3; }
span { border-color: rgb(173,15,227); }
td.TdClassName
{
border-color: #AD0FE3;
}
.TagClassName
{
border-color: #AD0FE3;
}
</style>