Shades of Medium Violet Red #AD1083
Tints of Medium Violet Red #AD1083
RGB
CMYK
RGB Variations
Color information
#AD1083 (or 0xAD1083) is known color: Medium Violet Red. HEX triplet: AD, 10 and 83. RGB value is (173,16,131). Sum of RGB (Red+Green+Blue) = 173+16+131=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1083 is #52EF7C. Grayscale: #4B4B4B. Windows color (decimal): -5435261 or 8589485. OLE color: 8589485.
HSL color Cylindrical-coordinate representation of color #AD1083: hue angle of 316.05º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1083 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 131 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.32 |
| HSL | 316.05º | 0.83% | 0.37% | - |
| HSV(B) | 316.05º | 0.91% | 0.68% | - |
| XYZ | 21.52 | 10.89 | 22.44 | - |
| YUV | 76.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 131 | 0 | 0.91 | 0.24 | 0.32 | 316.05 | 0.83 | 0.37 |
| Hex | AD | 10 | 83 | 0 | 5B | 18 | 20 | 13C | 53 | 25 |
| Octal | 255 | 20 | 203 | 0 | 133 | 30 | 40 | 474 | 123 | 45 |
| Binary | 10101101 | 10000 | 10000011 | 0 | 1011011 | 11000 | 100000 | 100111100 | 1010011 | 100101 |
Color Harmonies of #AD1083
Complementary color
Monochromatic Colors of #AD1083
Black with #AD1083
Text Example
Text Example
White with #AD1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1083; }
p { color: rgb(173,16,131); }
H1.HeaderClassName
{
color: #AD1083;
}
.AnyTagClassName
{
color: #AD1083;
}
</style>
background-color css
<style>
a { background-color: #AD1083; }
a { background-color: rgb(173,16,131); }
div.DivClassName
{
background-color: #AD1083;
}
.BgClassName
{
background-color: #AD1083;
}
</style>
border-color css
<style>
span { border-color: #AD1083; }
span { border-color: rgb(173,16,131); }
td.TdClassName
{
border-color: #AD1083;
}
.TagClassName
{
border-color: #AD1083;
}
</style>