Shades of Dark Violet #AD12C3
Tints of Dark Violet #AD12C3
RGB
CMYK
RGB Variations
Color information
#AD12C3 (or 0xAD12C3) is known color: Dark Violet. HEX triplet: AD, 12 and C3. RGB value is (173,18,195). Sum of RGB (Red+Green+Blue) = 173+18+195=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD12C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12C3 is #52ED3C. Grayscale: #535353. Windows color (decimal): -5434685 or 12784301. OLE color: 12784301.
HSL color Cylindrical-coordinate representation of color #AD12C3: hue angle of 292.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD12C3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 18 | 195 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.24 |
| HSL | 292.54º | 0.83% | 0.42% | - |
| HSV(B) | 292.54º | 0.91% | 0.76% | - |
| XYZ | 27.3 | 13.26 | 52.75 | - |
| YUV | 84.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 195 | 0.11 | 0.91 | 0 | 0.24 | 292.54 | 0.83 | 0.42 |
| Hex | AD | 12 | C3 | B | 5B | 0 | 18 | 125 | 53 | 2A |
| Octal | 255 | 22 | 303 | 13 | 133 | 0 | 30 | 445 | 123 | 52 |
| Binary | 10101101 | 10010 | 11000011 | 1011 | 1011011 | 0 | 11000 | 100100101 | 1010011 | 101010 |
Color Harmonies of #AD12C3
Complementary color
Monochromatic Colors of #AD12C3
Black with #AD12C3
Text Example
Text Example
White with #AD12C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12C3; }
p { color: rgb(173,18,195); }
H1.HeaderClassName
{
color: #AD12C3;
}
.AnyTagClassName
{
color: #AD12C3;
}
</style>
background-color css
<style>
a { background-color: #AD12C3; }
a { background-color: rgb(173,18,195); }
div.DivClassName
{
background-color: #AD12C3;
}
.BgClassName
{
background-color: #AD12C3;
}
</style>
border-color css
<style>
span { border-color: #AD12C3; }
span { border-color: rgb(173,18,195); }
td.TdClassName
{
border-color: #AD12C3;
}
.TagClassName
{
border-color: #AD12C3;
}
</style>