Shades of Dark Violet #AD0AC4
Tints of Dark Violet #AD0AC4
RGB
CMYK
RGB Variations
Color information
#AD0AC4 (or 0xAD0AC4) is known color: Dark Violet. HEX triplet: AD, 0A and C4. RGB value is (173,10,196). Sum of RGB (Red+Green+Blue) = 173+10+196=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD0AC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AC4 is #52F53B. Grayscale: #4F4F4F. Windows color (decimal): -5436732 or 12847789. OLE color: 12847789.
HSL color Cylindrical-coordinate representation of color #AD0AC4: hue angle of 292.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0AC4 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 10 | 196 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.23 |
| HSL | 292.58º | 0.9% | 0.4% | - |
| HSV(B) | 292.58º | 0.95% | 0.77% | - |
| XYZ | 27.31 | 13.09 | 53.31 | - |
| YUV | 79.94 | 193.5 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 196 | 0.12 | 0.95 | 0 | 0.23 | 292.58 | 0.9 | 0.4 |
| Hex | AD | A | C4 | C | 5F | 0 | 17 | 125 | 5A | 28 |
| Octal | 255 | 12 | 304 | 14 | 137 | 0 | 27 | 445 | 132 | 50 |
| Binary | 10101101 | 1010 | 11000100 | 1100 | 1011111 | 0 | 10111 | 100100101 | 1011010 | 101000 |
Color Harmonies of #AD0AC4
Complementary color
Monochromatic Colors of #AD0AC4
Black with #AD0AC4
Text Example
Text Example
White with #AD0AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AC4; }
p { color: rgb(173,10,196); }
H1.HeaderClassName
{
color: #AD0AC4;
}
.AnyTagClassName
{
color: #AD0AC4;
}
</style>
background-color css
<style>
a { background-color: #AD0AC4; }
a { background-color: rgb(173,10,196); }
div.DivClassName
{
background-color: #AD0AC4;
}
.BgClassName
{
background-color: #AD0AC4;
}
</style>
border-color css
<style>
span { border-color: #AD0AC4; }
span { border-color: rgb(173,10,196); }
td.TdClassName
{
border-color: #AD0AC4;
}
.TagClassName
{
border-color: #AD0AC4;
}
</style>