Shades of Medium Violet Red #AD0183
Tints of Medium Violet Red #AD0183
RGB
CMYK
RGB Variations
Color information
#AD0183 (or 0xAD0183) is known color: Medium Violet Red. HEX triplet: AD, 01 and 83. RGB value is (173,1,131). Sum of RGB (Red+Green+Blue) = 173+1+131=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0183 is #52FE7C. Grayscale: #424242. Windows color (decimal): -5439101 or 8585645. OLE color: 8585645.
HSL color Cylindrical-coordinate representation of color #AD0183: hue angle of 314.65º degrees, saturation: 0.99, 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 #AD0183 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.32 |
| HSL | 314.65º | 0.99% | 0.34% | - |
| HSV(B) | 314.65º | 0.99% | 0.68% | - |
| XYZ | 21.34 | 10.54 | 22.38 | - |
| YUV | 67.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 131 | 0 | 0.99 | 0.24 | 0.32 | 314.65 | 0.99 | 0.34 |
| Hex | AD | 1 | 83 | 0 | 63 | 18 | 20 | 13B | 63 | 22 |
| Octal | 255 | 1 | 203 | 0 | 143 | 30 | 40 | 473 | 143 | 42 |
| Binary | 10101101 | 1 | 10000011 | 0 | 1100011 | 11000 | 100000 | 100111011 | 1100011 | 100010 |
Color Harmonies of #AD0183
Complementary color
Monochromatic Colors of #AD0183
Black with #AD0183
Text Example
Text Example
White with #AD0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0183; }
p { color: rgb(173,1,131); }
H1.HeaderClassName
{
color: #AD0183;
}
.AnyTagClassName
{
color: #AD0183;
}
</style>
background-color css
<style>
a { background-color: #AD0183; }
a { background-color: rgb(173,1,131); }
div.DivClassName
{
background-color: #AD0183;
}
.BgClassName
{
background-color: #AD0183;
}
</style>
border-color css
<style>
span { border-color: #AD0183; }
span { border-color: rgb(173,1,131); }
td.TdClassName
{
border-color: #AD0183;
}
.TagClassName
{
border-color: #AD0183;
}
</style>