Shades of Medium Violet Red #AD0283
Tints of Medium Violet Red #AD0283
RGB
CMYK
RGB Variations
Color information
#AD0283 (or 0xAD0283) is known color: Medium Violet Red. HEX triplet: AD, 02 and 83. RGB value is (173,2,131). Sum of RGB (Red+Green+Blue) = 173+2+131=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0283 is #52FD7C. Grayscale: #434343. Windows color (decimal): -5438845 or 8585901. OLE color: 8585901.
HSL color Cylindrical-coordinate representation of color #AD0283: hue angle of 314.74º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0283 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.32 |
| HSL | 314.74º | 0.98% | 0.34% | - |
| HSV(B) | 314.74º | 0.99% | 0.68% | - |
| XYZ | 21.35 | 10.57 | 22.39 | - |
| YUV | 67.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 131 | 0 | 0.99 | 0.24 | 0.32 | 314.74 | 0.98 | 0.34 |
| Hex | AD | 2 | 83 | 0 | 63 | 18 | 20 | 13B | 62 | 22 |
| Octal | 255 | 2 | 203 | 0 | 143 | 30 | 40 | 473 | 142 | 42 |
| Binary | 10101101 | 10 | 10000011 | 0 | 1100011 | 11000 | 100000 | 100111011 | 1100010 | 100010 |
Color Harmonies of #AD0283
Complementary color
Monochromatic Colors of #AD0283
Black with #AD0283
Text Example
Text Example
White with #AD0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0283; }
p { color: rgb(173,2,131); }
H1.HeaderClassName
{
color: #AD0283;
}
.AnyTagClassName
{
color: #AD0283;
}
</style>
background-color css
<style>
a { background-color: #AD0283; }
a { background-color: rgb(173,2,131); }
div.DivClassName
{
background-color: #AD0283;
}
.BgClassName
{
background-color: #AD0283;
}
</style>
border-color css
<style>
span { border-color: #AD0283; }
span { border-color: rgb(173,2,131); }
td.TdClassName
{
border-color: #AD0283;
}
.TagClassName
{
border-color: #AD0283;
}
</style>