Shades of Dark Violet #AD07CA
Tints of Dark Violet #AD07CA
RGB
CMYK
RGB Variations
Color information
#AD07CA (or 0xAD07CA) is known color: Dark Violet. HEX triplet: AD, 07 and CA. RGB value is (173,7,202). Sum of RGB (Red+Green+Blue) = 173+7+202=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD07CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07CA is #52F835. Grayscale: #4E4E4E. Windows color (decimal): -5437494 or 13240237. OLE color: 13240237.
HSL color Cylindrical-coordinate representation of color #AD07CA: hue angle of 291.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07CA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 7 | 202 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.21 |
| HSL | 291.08º | 0.93% | 0.41% | - |
| HSV(B) | 291.08º | 0.97% | 0.79% | - |
| XYZ | 27.97 | 13.3 | 56.97 | - |
| YUV | 78.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 202 | 0.14 | 0.97 | 0 | 0.21 | 291.08 | 0.93 | 0.41 |
| Hex | AD | 7 | CA | E | 61 | 0 | 15 | 123 | 5D | 29 |
| Octal | 255 | 7 | 312 | 16 | 141 | 0 | 25 | 443 | 135 | 51 |
| Binary | 10101101 | 111 | 11001010 | 1110 | 1100001 | 0 | 10101 | 100100011 | 1011101 | 101001 |
Color Harmonies of #AD07CA
Complementary color
Monochromatic Colors of #AD07CA
Black with #AD07CA
Text Example
Text Example
White with #AD07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07CA; }
p { color: rgb(173,7,202); }
H1.HeaderClassName
{
color: #AD07CA;
}
.AnyTagClassName
{
color: #AD07CA;
}
</style>
background-color css
<style>
a { background-color: #AD07CA; }
a { background-color: rgb(173,7,202); }
div.DivClassName
{
background-color: #AD07CA;
}
.BgClassName
{
background-color: #AD07CA;
}
</style>
border-color css
<style>
span { border-color: #AD07CA; }
span { border-color: rgb(173,7,202); }
td.TdClassName
{
border-color: #AD07CA;
}
.TagClassName
{
border-color: #AD07CA;
}
</style>