Shades of Dark Violet #AD14C7
Tints of Dark Violet #AD14C7
RGB
CMYK
RGB Variations
Color information
#AD14C7 (or 0xAD14C7) is known color: Dark Violet. HEX triplet: AD, 14 and C7. RGB value is (173,20,199). Sum of RGB (Red+Green+Blue) = 173+20+199=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD14C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14C7 is #52EB38. Grayscale: #555555. Windows color (decimal): -5434169 or 13046957. OLE color: 13046957.
HSL color Cylindrical-coordinate representation of color #AD14C7: hue angle of 291.28º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD14C7 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 20 | 199 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.22 |
| HSL | 291.28º | 0.82% | 0.43% | - |
| HSV(B) | 291.28º | 0.9% | 0.78% | - |
| XYZ | 27.79 | 13.51 | 55.18 | - |
| YUV | 86.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 199 | 0.13 | 0.90 | 0 | 0.22 | 291.28 | 0.82 | 0.43 |
| Hex | AD | 14 | C7 | D | 5A | 0 | 16 | 123 | 52 | 2B |
| Octal | 255 | 24 | 307 | 15 | 132 | 0 | 26 | 443 | 122 | 53 |
| Binary | 10101101 | 10100 | 11000111 | 1101 | 1011010 | 0 | 10110 | 100100011 | 1010010 | 101011 |
Color Harmonies of #AD14C7
Complementary color
Monochromatic Colors of #AD14C7
Black with #AD14C7
Text Example
Text Example
White with #AD14C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14C7; }
p { color: rgb(173,20,199); }
H1.HeaderClassName
{
color: #AD14C7;
}
.AnyTagClassName
{
color: #AD14C7;
}
</style>
background-color css
<style>
a { background-color: #AD14C7; }
a { background-color: rgb(173,20,199); }
div.DivClassName
{
background-color: #AD14C7;
}
.BgClassName
{
background-color: #AD14C7;
}
</style>
border-color css
<style>
span { border-color: #AD14C7; }
span { border-color: rgb(173,20,199); }
td.TdClassName
{
border-color: #AD14C7;
}
.TagClassName
{
border-color: #AD14C7;
}
</style>