Shades of Dark Violet #AD04CC
Tints of Dark Violet #AD04CC
RGB
CMYK
RGB Variations
Color information
#AD04CC (or 0xAD04CC) is known color: Dark Violet. HEX triplet: AD, 04 and CC. RGB value is (173,4,204). Sum of RGB (Red+Green+Blue) = 173+4+204=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD04CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04CC is #52FB33. Grayscale: #4C4C4C. Windows color (decimal): -5438260 or 13370541. OLE color: 13370541.
HSL color Cylindrical-coordinate representation of color #AD04CC: hue angle of 290.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04CC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 4 | 204 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.2 |
| HSL | 290.7º | 0.96% | 0.41% | - |
| HSV(B) | 290.7º | 0.98% | 0.8% | - |
| XYZ | 28.18 | 13.33 | 58.21 | - |
| YUV | 77.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 204 | 0.15 | 0.98 | 0 | 0.2 | 290.7 | 0.96 | 0.41 |
| Hex | AD | 4 | CC | F | 62 | 0 | 14 | 123 | 60 | 29 |
| Octal | 255 | 4 | 314 | 17 | 142 | 0 | 24 | 443 | 140 | 51 |
| Binary | 10101101 | 100 | 11001100 | 1111 | 1100010 | 0 | 10100 | 100100011 | 1100000 | 101001 |
Color Harmonies of #AD04CC
Complementary color
Monochromatic Colors of #AD04CC
Black with #AD04CC
Text Example
Text Example
White with #AD04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04CC; }
p { color: rgb(173,4,204); }
H1.HeaderClassName
{
color: #AD04CC;
}
.AnyTagClassName
{
color: #AD04CC;
}
</style>
background-color css
<style>
a { background-color: #AD04CC; }
a { background-color: rgb(173,4,204); }
div.DivClassName
{
background-color: #AD04CC;
}
.BgClassName
{
background-color: #AD04CC;
}
</style>
border-color css
<style>
span { border-color: #AD04CC; }
span { border-color: rgb(173,4,204); }
td.TdClassName
{
border-color: #AD04CC;
}
.TagClassName
{
border-color: #AD04CC;
}
</style>