Shades of Dark Violet #AD14D7
Tints of Dark Violet #AD14D7
RGB
CMYK
RGB Variations
Color information
#AD14D7 (or 0xAD14D7) is known color: Dark Violet. HEX triplet: AD, 14 and D7. RGB value is (173,20,215). Sum of RGB (Red+Green+Blue) = 173+20+215=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD14D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14D7 is #52EB28. Grayscale: #575757. Windows color (decimal): -5434153 or 14095533. OLE color: 14095533.
HSL color Cylindrical-coordinate representation of color #AD14D7: hue angle of 287.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD14D7 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 20 | 215 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.16 |
| HSL | 287.08º | 0.83% | 0.46% | - |
| HSV(B) | 287.08º | 0.91% | 0.84% | - |
| XYZ | 29.75 | 14.29 | 65.48 | - |
| YUV | 87.98 | 199.69 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 215 | 0.20 | 0.91 | 0 | 0.16 | 287.08 | 0.83 | 0.46 |
| Hex | AD | 14 | D7 | 14 | 5B | 0 | 10 | 11F | 53 | 2E |
| Octal | 255 | 24 | 327 | 24 | 133 | 0 | 20 | 437 | 123 | 56 |
| Binary | 10101101 | 10100 | 11010111 | 10100 | 1011011 | 0 | 10000 | 100011111 | 1010011 | 101110 |
Color Harmonies of #AD14D7
Complementary color
Monochromatic Colors of #AD14D7
Black with #AD14D7
Text Example
Text Example
White with #AD14D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14D7; }
p { color: rgb(173,20,215); }
H1.HeaderClassName
{
color: #AD14D7;
}
.AnyTagClassName
{
color: #AD14D7;
}
</style>
background-color css
<style>
a { background-color: #AD14D7; }
a { background-color: rgb(173,20,215); }
div.DivClassName
{
background-color: #AD14D7;
}
.BgClassName
{
background-color: #AD14D7;
}
</style>
border-color css
<style>
span { border-color: #AD14D7; }
span { border-color: rgb(173,20,215); }
td.TdClassName
{
border-color: #AD14D7;
}
.TagClassName
{
border-color: #AD14D7;
}
</style>