Shades of Dark Violet #AD0BE4
Tints of Dark Violet #AD0BE4
RGB
CMYK
RGB Variations
Color information
#AD0BE4 (or 0xAD0BE4) is known color: Dark Violet. HEX triplet: AD, 0B and E4. RGB value is (173,11,228). Sum of RGB (Red+Green+Blue) = 173+11+228=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD0BE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BE4 is #52F41B. Grayscale: #535353. Windows color (decimal): -5436444 or 14945197. OLE color: 14945197.
HSL color Cylindrical-coordinate representation of color #AD0BE4: hue angle of 284.79º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BE4 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 11 | 228 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.11 |
| HSL | 284.79º | 0.91% | 0.47% | - |
| HSV(B) | 284.79º | 0.95% | 0.89% | - |
| XYZ | 31.36 | 14.73 | 74.59 | - |
| YUV | 84.18 | 209.17 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 228 | 0.24 | 0.95 | 0 | 0.11 | 284.79 | 0.91 | 0.47 |
| Hex | AD | B | E4 | 18 | 5F | 0 | B | 11D | 5B | 2F |
| Octal | 255 | 13 | 344 | 30 | 137 | 0 | 13 | 435 | 133 | 57 |
| Binary | 10101101 | 1011 | 11100100 | 11000 | 1011111 | 0 | 1011 | 100011101 | 1011011 | 101111 |
Color Harmonies of #AD0BE4
Complementary color
Monochromatic Colors of #AD0BE4
Black with #AD0BE4
Text Example
Text Example
White with #AD0BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BE4; }
p { color: rgb(173,11,228); }
H1.HeaderClassName
{
color: #AD0BE4;
}
.AnyTagClassName
{
color: #AD0BE4;
}
</style>
background-color css
<style>
a { background-color: #AD0BE4; }
a { background-color: rgb(173,11,228); }
div.DivClassName
{
background-color: #AD0BE4;
}
.BgClassName
{
background-color: #AD0BE4;
}
</style>
border-color css
<style>
span { border-color: #AD0BE4; }
span { border-color: rgb(173,11,228); }
td.TdClassName
{
border-color: #AD0BE4;
}
.TagClassName
{
border-color: #AD0BE4;
}
</style>