Shades of Dark Violet #AD15CC
Tints of Dark Violet #AD15CC
RGB
CMYK
RGB Variations
Color information
#AD15CC (or 0xAD15CC) is known color: Dark Violet. HEX triplet: AD, 15 and CC. RGB value is (173,21,204). Sum of RGB (Red+Green+Blue) = 173+21+204=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD15CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15CC is #52EA33. Grayscale: #565656. Windows color (decimal): -5433908 or 13374893. OLE color: 13374893.
HSL color Cylindrical-coordinate representation of color #AD15CC: hue angle of 289.84º degrees, saturation: 0.81, 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 #AD15CC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 21 | 204 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.2 |
| HSL | 289.84º | 0.81% | 0.44% | - |
| HSV(B) | 289.84º | 0.9% | 0.8% | - |
| XYZ | 28.4 | 13.78 | 58.29 | - |
| YUV | 87.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 204 | 0.15 | 0.90 | 0 | 0.2 | 289.84 | 0.81 | 0.44 |
| Hex | AD | 15 | CC | F | 5A | 0 | 14 | 122 | 51 | 2C |
| Octal | 255 | 25 | 314 | 17 | 132 | 0 | 24 | 442 | 121 | 54 |
| Binary | 10101101 | 10101 | 11001100 | 1111 | 1011010 | 0 | 10100 | 100100010 | 1010001 | 101100 |
Color Harmonies of #AD15CC
Complementary color
Monochromatic Colors of #AD15CC
Black with #AD15CC
Text Example
Text Example
White with #AD15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15CC; }
p { color: rgb(173,21,204); }
H1.HeaderClassName
{
color: #AD15CC;
}
.AnyTagClassName
{
color: #AD15CC;
}
</style>
background-color css
<style>
a { background-color: #AD15CC; }
a { background-color: rgb(173,21,204); }
div.DivClassName
{
background-color: #AD15CC;
}
.BgClassName
{
background-color: #AD15CC;
}
</style>
border-color css
<style>
span { border-color: #AD15CC; }
span { border-color: rgb(173,21,204); }
td.TdClassName
{
border-color: #AD15CC;
}
.TagClassName
{
border-color: #AD15CC;
}
</style>