Shades of Dark Violet #AD0FE5
Tints of Dark Violet #AD0FE5
RGB
CMYK
RGB Variations
Color information
#AD0FE5 (or 0xAD0FE5) is known color: Dark Violet. HEX triplet: AD, 0F and E5. RGB value is (173,15,229). Sum of RGB (Red+Green+Blue) = 173+15+229=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD0FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FE5 is #52F01A. Grayscale: #555555. Windows color (decimal): -5435419 or 15011757. OLE color: 15011757.
HSL color Cylindrical-coordinate representation of color #AD0FE5: hue angle of 284.3º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FE5 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 15 | 229 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.10 |
| HSL | 284.3º | 0.88% | 0.48% | - |
| HSV(B) | 284.3º | 0.93% | 0.9% | - |
| XYZ | 31.55 | 14.88 | 75.34 | - |
| YUV | 86.64 | 208.35 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 229 | 0.24 | 0.93 | 0 | 0.10 | 284.3 | 0.88 | 0.48 |
| Hex | AD | F | E5 | 18 | 5D | 0 | A | 11C | 58 | 30 |
| Octal | 255 | 17 | 345 | 30 | 135 | 0 | 12 | 434 | 130 | 60 |
| Binary | 10101101 | 1111 | 11100101 | 11000 | 1011101 | 0 | 1010 | 100011100 | 1011000 | 110000 |
Color Harmonies of #AD0FE5
Complementary color
Monochromatic Colors of #AD0FE5
Black with #AD0FE5
Text Example
Text Example
White with #AD0FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FE5; }
p { color: rgb(173,15,229); }
H1.HeaderClassName
{
color: #AD0FE5;
}
.AnyTagClassName
{
color: #AD0FE5;
}
</style>
background-color css
<style>
a { background-color: #AD0FE5; }
a { background-color: rgb(173,15,229); }
div.DivClassName
{
background-color: #AD0FE5;
}
.BgClassName
{
background-color: #AD0FE5;
}
</style>
border-color css
<style>
span { border-color: #AD0FE5; }
span { border-color: rgb(173,15,229); }
td.TdClassName
{
border-color: #AD0FE5;
}
.TagClassName
{
border-color: #AD0FE5;
}
</style>