Shades of Dark Violet #AD05CC
Tints of Dark Violet #AD05CC
RGB
CMYK
RGB Variations
Color information
#AD05CC (or 0xAD05CC) is known color: Dark Violet. HEX triplet: AD, 05 and CC. RGB value is (173,5,204). Sum of RGB (Red+Green+Blue) = 173+5+204=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD05CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05CC is #52FA33. Grayscale: #4D4D4D. Windows color (decimal): -5438004 or 13370797. OLE color: 13370797.
HSL color Cylindrical-coordinate representation of color #AD05CC: hue angle of 290.65º degrees, saturation: 0.95, 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 #AD05CC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 5 | 204 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.2 |
| HSL | 290.65º | 0.95% | 0.41% | - |
| HSV(B) | 290.65º | 0.98% | 0.8% | - |
| XYZ | 28.19 | 13.35 | 58.22 | - |
| YUV | 77.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 204 | 0.15 | 0.98 | 0 | 0.2 | 290.65 | 0.95 | 0.41 |
| Hex | AD | 5 | CC | F | 62 | 0 | 14 | 123 | 5F | 29 |
| Octal | 255 | 5 | 314 | 17 | 142 | 0 | 24 | 443 | 137 | 51 |
| Binary | 10101101 | 101 | 11001100 | 1111 | 1100010 | 0 | 10100 | 100100011 | 1011111 | 101001 |
Color Harmonies of #AD05CC
Complementary color
Monochromatic Colors of #AD05CC
Black with #AD05CC
Text Example
Text Example
White with #AD05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05CC; }
p { color: rgb(173,5,204); }
H1.HeaderClassName
{
color: #AD05CC;
}
.AnyTagClassName
{
color: #AD05CC;
}
</style>
background-color css
<style>
a { background-color: #AD05CC; }
a { background-color: rgb(173,5,204); }
div.DivClassName
{
background-color: #AD05CC;
}
.BgClassName
{
background-color: #AD05CC;
}
</style>
border-color css
<style>
span { border-color: #AD05CC; }
span { border-color: rgb(173,5,204); }
td.TdClassName
{
border-color: #AD05CC;
}
.TagClassName
{
border-color: #AD05CC;
}
</style>