Shades of Dark Violet #AD03C3
Tints of Dark Violet #AD03C3
RGB
CMYK
RGB Variations
Color information
#AD03C3 (or 0xAD03C3) is known color: Dark Violet. HEX triplet: AD, 03 and C3. RGB value is (173,3,195). Sum of RGB (Red+Green+Blue) = 173+3+195=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD03C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03C3 is #52FC3C. Grayscale: #4B4B4B. Windows color (decimal): -5438525 or 12780461. OLE color: 12780461.
HSL color Cylindrical-coordinate representation of color #AD03C3: hue angle of 293.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03C3 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 3 | 195 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.24 |
| HSL | 293.13º | 0.97% | 0.39% | - |
| HSV(B) | 293.13º | 0.98% | 0.76% | - |
| XYZ | 27.12 | 12.89 | 52.69 | - |
| YUV | 75.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 195 | 0.11 | 0.98 | 0 | 0.24 | 293.13 | 0.97 | 0.39 |
| Hex | AD | 3 | C3 | B | 62 | 0 | 18 | 125 | 61 | 27 |
| Octal | 255 | 3 | 303 | 13 | 142 | 0 | 30 | 445 | 141 | 47 |
| Binary | 10101101 | 11 | 11000011 | 1011 | 1100010 | 0 | 11000 | 100100101 | 1100001 | 100111 |
Color Harmonies of #AD03C3
Complementary color
Monochromatic Colors of #AD03C3
Black with #AD03C3
Text Example
Text Example
White with #AD03C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03C3; }
p { color: rgb(173,3,195); }
H1.HeaderClassName
{
color: #AD03C3;
}
.AnyTagClassName
{
color: #AD03C3;
}
</style>
background-color css
<style>
a { background-color: #AD03C3; }
a { background-color: rgb(173,3,195); }
div.DivClassName
{
background-color: #AD03C3;
}
.BgClassName
{
background-color: #AD03C3;
}
</style>
border-color css
<style>
span { border-color: #AD03C3; }
span { border-color: rgb(173,3,195); }
td.TdClassName
{
border-color: #AD03C3;
}
.TagClassName
{
border-color: #AD03C3;
}
</style>