Shades of Dark Violet #AD07DA
Tints of Dark Violet #AD07DA
RGB
CMYK
RGB Variations
Color information
#AD07DA (or 0xAD07DA) is known color: Dark Violet. HEX triplet: AD, 07 and DA. RGB value is (173,7,218). Sum of RGB (Red+Green+Blue) = 173+7+218=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD07DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07DA is #52F825. Grayscale: #505050. Windows color (decimal): -5437478 or 14288813. OLE color: 14288813.
HSL color Cylindrical-coordinate representation of color #AD07DA: hue angle of 287.2º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07DA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 7 | 218 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.15 |
| HSL | 287.2º | 0.94% | 0.44% | - |
| HSV(B) | 287.2º | 0.97% | 0.85% | - |
| XYZ | 29.96 | 14.1 | 67.47 | - |
| YUV | 80.69 | 205.5 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 218 | 0.21 | 0.97 | 0 | 0.15 | 287.2 | 0.94 | 0.44 |
| Hex | AD | 7 | DA | 15 | 61 | 0 | F | 11F | 5E | 2C |
| Octal | 255 | 7 | 332 | 25 | 141 | 0 | 17 | 437 | 136 | 54 |
| Binary | 10101101 | 111 | 11011010 | 10101 | 1100001 | 0 | 1111 | 100011111 | 1011110 | 101100 |
Color Harmonies of #AD07DA
Complementary color
Monochromatic Colors of #AD07DA
Black with #AD07DA
Text Example
Text Example
White with #AD07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07DA; }
p { color: rgb(173,7,218); }
H1.HeaderClassName
{
color: #AD07DA;
}
.AnyTagClassName
{
color: #AD07DA;
}
</style>
background-color css
<style>
a { background-color: #AD07DA; }
a { background-color: rgb(173,7,218); }
div.DivClassName
{
background-color: #AD07DA;
}
.BgClassName
{
background-color: #AD07DA;
}
</style>
border-color css
<style>
span { border-color: #AD07DA; }
span { border-color: rgb(173,7,218); }
td.TdClassName
{
border-color: #AD07DA;
}
.TagClassName
{
border-color: #AD07DA;
}
</style>