Shades of Dark Violet #AD02C3
Tints of Dark Violet #AD02C3
RGB
CMYK
RGB Variations
Color information
#AD02C3 (or 0xAD02C3) is known color: Dark Violet. HEX triplet: AD, 02 and C3. RGB value is (173,2,195). Sum of RGB (Red+Green+Blue) = 173+2+195=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD02C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02C3 is #52FD3C. Grayscale: #4A4A4A. Windows color (decimal): -5438781 or 12780205. OLE color: 12780205.
HSL color Cylindrical-coordinate representation of color #AD02C3: hue angle of 293.16º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02C3 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 2 | 195 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.24 |
| HSL | 293.16º | 0.98% | 0.39% | - |
| HSV(B) | 293.16º | 0.99% | 0.76% | - |
| XYZ | 27.11 | 12.87 | 52.68 | - |
| YUV | 75.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 195 | 0.11 | 0.99 | 0 | 0.24 | 293.16 | 0.98 | 0.39 |
| Hex | AD | 2 | C3 | B | 63 | 0 | 18 | 125 | 62 | 27 |
| Octal | 255 | 2 | 303 | 13 | 143 | 0 | 30 | 445 | 142 | 47 |
| Binary | 10101101 | 10 | 11000011 | 1011 | 1100011 | 0 | 11000 | 100100101 | 1100010 | 100111 |
Color Harmonies of #AD02C3
Complementary color
Monochromatic Colors of #AD02C3
Black with #AD02C3
Text Example
Text Example
White with #AD02C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02C3; }
p { color: rgb(173,2,195); }
H1.HeaderClassName
{
color: #AD02C3;
}
.AnyTagClassName
{
color: #AD02C3;
}
</style>
background-color css
<style>
a { background-color: #AD02C3; }
a { background-color: rgb(173,2,195); }
div.DivClassName
{
background-color: #AD02C3;
}
.BgClassName
{
background-color: #AD02C3;
}
</style>
border-color css
<style>
span { border-color: #AD02C3; }
span { border-color: rgb(173,2,195); }
td.TdClassName
{
border-color: #AD02C3;
}
.TagClassName
{
border-color: #AD02C3;
}
</style>