Shades of Dark Violet #AD12DA
Tints of Dark Violet #AD12DA
RGB
CMYK
RGB Variations
Color information
#AD12DA (or 0xAD12DA) is known color: Dark Violet. HEX triplet: AD, 12 and DA. RGB value is (173,18,218). Sum of RGB (Red+Green+Blue) = 173+18+218=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD12DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12DA is #52ED25. Grayscale: #565656. Windows color (decimal): -5434662 or 14291629. OLE color: 14291629.
HSL color Cylindrical-coordinate representation of color #AD12DA: hue angle of 286.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD12DA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 18 | 218 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.15 |
| HSL | 286.5º | 0.85% | 0.46% | - |
| HSV(B) | 286.5º | 0.92% | 0.85% | - |
| XYZ | 30.1 | 14.38 | 67.52 | - |
| YUV | 87.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 218 | 0.21 | 0.92 | 0 | 0.15 | 286.5 | 0.85 | 0.46 |
| Hex | AD | 12 | DA | 15 | 5C | 0 | F | 11E | 55 | 2E |
| Octal | 255 | 22 | 332 | 25 | 134 | 0 | 17 | 436 | 125 | 56 |
| Binary | 10101101 | 10010 | 11011010 | 10101 | 1011100 | 0 | 1111 | 100011110 | 1010101 | 101110 |
Color Harmonies of #AD12DA
Complementary color
Monochromatic Colors of #AD12DA
Black with #AD12DA
Text Example
Text Example
White with #AD12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12DA; }
p { color: rgb(173,18,218); }
H1.HeaderClassName
{
color: #AD12DA;
}
.AnyTagClassName
{
color: #AD12DA;
}
</style>
background-color css
<style>
a { background-color: #AD12DA; }
a { background-color: rgb(173,18,218); }
div.DivClassName
{
background-color: #AD12DA;
}
.BgClassName
{
background-color: #AD12DA;
}
</style>
border-color css
<style>
span { border-color: #AD12DA; }
span { border-color: rgb(173,18,218); }
td.TdClassName
{
border-color: #AD12DA;
}
.TagClassName
{
border-color: #AD12DA;
}
</style>