Shades of Dark Violet #AD14CC
Tints of Dark Violet #AD14CC
RGB
CMYK
RGB Variations
Color information
#AD14CC (or 0xAD14CC) is known color: Dark Violet. HEX triplet: AD, 14 and CC. RGB value is (173,20,204). Sum of RGB (Red+Green+Blue) = 173+20+204=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14CC is #52EB33. Grayscale: #565656. Windows color (decimal): -5434164 or 13374637. OLE color: 13374637.
HSL color Cylindrical-coordinate representation of color #AD14CC: hue angle of 289.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD14CC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 20 | 204 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.2 |
| HSL | 289.89º | 0.82% | 0.44% | - |
| HSV(B) | 289.89º | 0.9% | 0.8% | - |
| XYZ | 28.38 | 13.74 | 58.28 | - |
| YUV | 86.72 | 194.19 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 204 | 0.15 | 0.90 | 0 | 0.2 | 289.89 | 0.82 | 0.44 |
| Hex | AD | 14 | CC | F | 5A | 0 | 14 | 122 | 52 | 2C |
| Octal | 255 | 24 | 314 | 17 | 132 | 0 | 24 | 442 | 122 | 54 |
| Binary | 10101101 | 10100 | 11001100 | 1111 | 1011010 | 0 | 10100 | 100100010 | 1010010 | 101100 |
Color Harmonies of #AD14CC
Complementary color
Monochromatic Colors of #AD14CC
Black with #AD14CC
Text Example
Text Example
White with #AD14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14CC; }
p { color: rgb(173,20,204); }
H1.HeaderClassName
{
color: #AD14CC;
}
.AnyTagClassName
{
color: #AD14CC;
}
</style>
background-color css
<style>
a { background-color: #AD14CC; }
a { background-color: rgb(173,20,204); }
div.DivClassName
{
background-color: #AD14CC;
}
.BgClassName
{
background-color: #AD14CC;
}
</style>
border-color css
<style>
span { border-color: #AD14CC; }
span { border-color: rgb(173,20,204); }
td.TdClassName
{
border-color: #AD14CC;
}
.TagClassName
{
border-color: #AD14CC;
}
</style>