Shades of Dark Violet #AD03CC
Tints of Dark Violet #AD03CC
RGB
CMYK
RGB Variations
Color information
#AD03CC (or 0xAD03CC) is known color: Dark Violet. HEX triplet: AD, 03 and CC. RGB value is (173,3,204). Sum of RGB (Red+Green+Blue) = 173+3+204=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD03CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03CC is #52FC33. Grayscale: #4C4C4C. Windows color (decimal): -5438516 or 13370285. OLE color: 13370285.
HSL color Cylindrical-coordinate representation of color #AD03CC: hue angle of 290.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03CC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 3 | 204 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.2 |
| HSL | 290.75º | 0.97% | 0.41% | - |
| HSV(B) | 290.75º | 0.99% | 0.8% | - |
| XYZ | 28.17 | 13.31 | 58.21 | - |
| YUV | 76.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 204 | 0.15 | 0.99 | 0 | 0.2 | 290.75 | 0.97 | 0.41 |
| Hex | AD | 3 | CC | F | 63 | 0 | 14 | 123 | 61 | 29 |
| Octal | 255 | 3 | 314 | 17 | 143 | 0 | 24 | 443 | 141 | 51 |
| Binary | 10101101 | 11 | 11001100 | 1111 | 1100011 | 0 | 10100 | 100100011 | 1100001 | 101001 |
Color Harmonies of #AD03CC
Complementary color
Monochromatic Colors of #AD03CC
Black with #AD03CC
Text Example
Text Example
White with #AD03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03CC; }
p { color: rgb(173,3,204); }
H1.HeaderClassName
{
color: #AD03CC;
}
.AnyTagClassName
{
color: #AD03CC;
}
</style>
background-color css
<style>
a { background-color: #AD03CC; }
a { background-color: rgb(173,3,204); }
div.DivClassName
{
background-color: #AD03CC;
}
.BgClassName
{
background-color: #AD03CC;
}
</style>
border-color css
<style>
span { border-color: #AD03CC; }
span { border-color: rgb(173,3,204); }
td.TdClassName
{
border-color: #AD03CC;
}
.TagClassName
{
border-color: #AD03CC;
}
</style>