Shades of Dark Violet #AD13CC
Tints of Dark Violet #AD13CC
RGB
CMYK
RGB Variations
Color information
#AD13CC (or 0xAD13CC) is known color: Dark Violet. HEX triplet: AD, 13 and CC. RGB value is (173,19,204). Sum of RGB (Red+Green+Blue) = 173+19+204=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD13CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13CC is #52EC33. Grayscale: #555555. Windows color (decimal): -5434420 or 13374381. OLE color: 13374381.
HSL color Cylindrical-coordinate representation of color #AD13CC: hue angle of 289.95º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD13CC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 19 | 204 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.2 |
| HSL | 289.95º | 0.83% | 0.44% | - |
| HSV(B) | 289.95º | 0.91% | 0.8% | - |
| XYZ | 28.37 | 13.71 | 58.28 | - |
| YUV | 86.14 | 194.52 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 204 | 0.15 | 0.91 | 0 | 0.2 | 289.95 | 0.83 | 0.44 |
| Hex | AD | 13 | CC | F | 5B | 0 | 14 | 122 | 53 | 2C |
| Octal | 255 | 23 | 314 | 17 | 133 | 0 | 24 | 442 | 123 | 54 |
| Binary | 10101101 | 10011 | 11001100 | 1111 | 1011011 | 0 | 10100 | 100100010 | 1010011 | 101100 |
Color Harmonies of #AD13CC
Complementary color
Monochromatic Colors of #AD13CC
Black with #AD13CC
Text Example
Text Example
White with #AD13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13CC; }
p { color: rgb(173,19,204); }
H1.HeaderClassName
{
color: #AD13CC;
}
.AnyTagClassName
{
color: #AD13CC;
}
</style>
background-color css
<style>
a { background-color: #AD13CC; }
a { background-color: rgb(173,19,204); }
div.DivClassName
{
background-color: #AD13CC;
}
.BgClassName
{
background-color: #AD13CC;
}
</style>
border-color css
<style>
span { border-color: #AD13CC; }
span { border-color: rgb(173,19,204); }
td.TdClassName
{
border-color: #AD13CC;
}
.TagClassName
{
border-color: #AD13CC;
}
</style>