Shades of Dark Violet #AD00C4
Tints of Dark Violet #AD00C4
RGB
CMYK
RGB Variations
Color information
#AD00C4 (or 0xAD00C4) is known color: Dark Violet. HEX triplet: AD, 00 and C4. RGB value is (173,0,196). Sum of RGB (Red+Green+Blue) = 173+0+196=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD00C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00C4 is #52FF3B. Grayscale: #494949. Windows color (decimal): -5439292 or 12845229. OLE color: 12845229.
HSL color Cylindrical-coordinate representation of color #AD00C4: hue angle of 292.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00C4 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 0 | 196 | - |
| CMYK | 0.12 | 1 | 0 | 0.23 |
| HSL | 292.96º | 1% | 0.38% | - |
| HSV(B) | 292.96º | 1% | 0.77% | - |
| XYZ | 27.2 | 12.87 | 53.28 | - |
| YUV | 74.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 196 | 0.12 | 1 | 0 | 0.23 | 292.96 | 1 | 0.38 |
| Hex | AD | 0 | C4 | C | 64 | 0 | 17 | 125 | 64 | 26 |
| Octal | 255 | 0 | 304 | 14 | 144 | 0 | 27 | 445 | 144 | 46 |
| Binary | 10101101 | 0 | 11000100 | 1100 | 1100100 | 0 | 10111 | 100100101 | 1100100 | 100110 |
Color Harmonies of #AD00C4
Complementary color
Monochromatic Colors of #AD00C4
Black with #AD00C4
Text Example
Text Example
White with #AD00C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00C4; }
p { color: rgb(173,0,196); }
H1.HeaderClassName
{
color: #AD00C4;
}
.AnyTagClassName
{
color: #AD00C4;
}
</style>
background-color css
<style>
a { background-color: #AD00C4; }
a { background-color: rgb(173,0,196); }
div.DivClassName
{
background-color: #AD00C4;
}
.BgClassName
{
background-color: #AD00C4;
}
</style>
border-color css
<style>
span { border-color: #AD00C4; }
span { border-color: rgb(173,0,196); }
td.TdClassName
{
border-color: #AD00C4;
}
.TagClassName
{
border-color: #AD00C4;
}
</style>