Shades of Dark Violet #AD0CE5
Tints of Dark Violet #AD0CE5
RGB
CMYK
RGB Variations
Color information
#AD0CE5 (or 0xAD0CE5) is known color: Dark Violet. HEX triplet: AD, 0C and E5. RGB value is (173,12,229). Sum of RGB (Red+Green+Blue) = 173+12+229=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD0CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CE5 is #52F31A. Grayscale: #545454. Windows color (decimal): -5436187 or 15010989. OLE color: 15010989.
HSL color Cylindrical-coordinate representation of color #AD0CE5: hue angle of 284.52º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CE5 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 12 | 229 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.10 |
| HSL | 284.52º | 0.9% | 0.47% | - |
| HSV(B) | 284.52º | 0.95% | 0.9% | - |
| XYZ | 31.51 | 14.8 | 75.33 | - |
| YUV | 84.88 | 209.34 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 229 | 0.24 | 0.95 | 0 | 0.10 | 284.52 | 0.9 | 0.47 |
| Hex | AD | C | E5 | 18 | 5F | 0 | A | 11D | 5A | 2F |
| Octal | 255 | 14 | 345 | 30 | 137 | 0 | 12 | 435 | 132 | 57 |
| Binary | 10101101 | 1100 | 11100101 | 11000 | 1011111 | 0 | 1010 | 100011101 | 1011010 | 101111 |
Color Harmonies of #AD0CE5
Complementary color
Monochromatic Colors of #AD0CE5
Black with #AD0CE5
Text Example
Text Example
White with #AD0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CE5; }
p { color: rgb(173,12,229); }
H1.HeaderClassName
{
color: #AD0CE5;
}
.AnyTagClassName
{
color: #AD0CE5;
}
</style>
background-color css
<style>
a { background-color: #AD0CE5; }
a { background-color: rgb(173,12,229); }
div.DivClassName
{
background-color: #AD0CE5;
}
.BgClassName
{
background-color: #AD0CE5;
}
</style>
border-color css
<style>
span { border-color: #AD0CE5; }
span { border-color: rgb(173,12,229); }
td.TdClassName
{
border-color: #AD0CE5;
}
.TagClassName
{
border-color: #AD0CE5;
}
</style>