Shades of Dark Violet #AD01CC
Tints of Dark Violet #AD01CC
RGB
CMYK
RGB Variations
Color information
#AD01CC (or 0xAD01CC) is known color: Dark Violet. HEX triplet: AD, 01 and CC. RGB value is (173,1,204). Sum of RGB (Red+Green+Blue) = 173+1+204=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD01CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01CC is #52FE33. Grayscale: #4A4A4A. Windows color (decimal): -5439028 or 13369773. OLE color: 13369773.
HSL color Cylindrical-coordinate representation of color #AD01CC: hue angle of 290.84º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01CC is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 1 | 204 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.2 |
| HSL | 290.84º | 0.99% | 0.4% | - |
| HSV(B) | 290.84º | 1% | 0.8% | - |
| XYZ | 28.14 | 13.27 | 58.2 | - |
| YUV | 75.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 204 | 0.15 | 1.00 | 0 | 0.2 | 290.84 | 0.99 | 0.4 |
| Hex | AD | 1 | CC | F | 64 | 0 | 14 | 123 | 63 | 28 |
| Octal | 255 | 1 | 314 | 17 | 144 | 0 | 24 | 443 | 143 | 50 |
| Binary | 10101101 | 1 | 11001100 | 1111 | 1100100 | 0 | 10100 | 100100011 | 1100011 | 101000 |
Color Harmonies of #AD01CC
Complementary color
Monochromatic Colors of #AD01CC
Black with #AD01CC
Text Example
Text Example
White with #AD01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01CC; }
p { color: rgb(173,1,204); }
H1.HeaderClassName
{
color: #AD01CC;
}
.AnyTagClassName
{
color: #AD01CC;
}
</style>
background-color css
<style>
a { background-color: #AD01CC; }
a { background-color: rgb(173,1,204); }
div.DivClassName
{
background-color: #AD01CC;
}
.BgClassName
{
background-color: #AD01CC;
}
</style>
border-color css
<style>
span { border-color: #AD01CC; }
span { border-color: rgb(173,1,204); }
td.TdClassName
{
border-color: #AD01CC;
}
.TagClassName
{
border-color: #AD01CC;
}
</style>