Shades of Dark Violet #AD0BC4
Tints of Dark Violet #AD0BC4
RGB
CMYK
RGB Variations
Color information
#AD0BC4 (or 0xAD0BC4) is known color: Dark Violet. HEX triplet: AD, 0B and C4. RGB value is (173,11,196). Sum of RGB (Red+Green+Blue) = 173+11+196=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD0BC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BC4 is #52F43B. Grayscale: #4F4F4F. Windows color (decimal): -5436476 or 12848045. OLE color: 12848045.
HSL color Cylindrical-coordinate representation of color #AD0BC4: hue angle of 292.54º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BC4 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 11 | 196 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.23 |
| HSL | 292.54º | 0.89% | 0.41% | - |
| HSV(B) | 292.54º | 0.94% | 0.77% | - |
| XYZ | 27.32 | 13.11 | 53.32 | - |
| YUV | 80.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 196 | 0.12 | 0.94 | 0 | 0.23 | 292.54 | 0.89 | 0.41 |
| Hex | AD | B | C4 | C | 5E | 0 | 17 | 125 | 59 | 29 |
| Octal | 255 | 13 | 304 | 14 | 136 | 0 | 27 | 445 | 131 | 51 |
| Binary | 10101101 | 1011 | 11000100 | 1100 | 1011110 | 0 | 10111 | 100100101 | 1011001 | 101001 |
Color Harmonies of #AD0BC4
Complementary color
Monochromatic Colors of #AD0BC4
Black with #AD0BC4
Text Example
Text Example
White with #AD0BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BC4; }
p { color: rgb(173,11,196); }
H1.HeaderClassName
{
color: #AD0BC4;
}
.AnyTagClassName
{
color: #AD0BC4;
}
</style>
background-color css
<style>
a { background-color: #AD0BC4; }
a { background-color: rgb(173,11,196); }
div.DivClassName
{
background-color: #AD0BC4;
}
.BgClassName
{
background-color: #AD0BC4;
}
</style>
border-color css
<style>
span { border-color: #AD0BC4; }
span { border-color: rgb(173,11,196); }
td.TdClassName
{
border-color: #AD0BC4;
}
.TagClassName
{
border-color: #AD0BC4;
}
</style>