Shades of Medium Violet Red #AD1097
Tints of Medium Violet Red #AD1097
RGB
CMYK
RGB Variations
Color information
#AD1097 (or 0xAD1097) is known color: Medium Violet Red. HEX triplet: AD, 10 and 97. RGB value is (173,16,151). Sum of RGB (Red+Green+Blue) = 173+16+151=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1097 is #52EF68. Grayscale: #4D4D4D. Windows color (decimal): -5435241 or 9900205. OLE color: 9900205.
HSL color Cylindrical-coordinate representation of color #AD1097: hue angle of 308.41º 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 #AD1097 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 151 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.32 |
| HSL | 308.41º | 0.83% | 0.37% | - |
| HSV(B) | 308.41º | 0.91% | 0.68% | - |
| XYZ | 23 | 11.49 | 30.28 | - |
| YUV | 78.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 151 | 0 | 0.91 | 0.13 | 0.32 | 308.41 | 0.83 | 0.37 |
| Hex | AD | 10 | 97 | 0 | 5B | D | 20 | 134 | 53 | 25 |
| Octal | 255 | 20 | 227 | 0 | 133 | 15 | 40 | 464 | 123 | 45 |
| Binary | 10101101 | 10000 | 10010111 | 0 | 1011011 | 1101 | 100000 | 100110100 | 1010011 | 100101 |
Color Harmonies of #AD1097
Complementary color
Monochromatic Colors of #AD1097
Black with #AD1097
Text Example
Text Example
White with #AD1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1097; }
p { color: rgb(173,16,151); }
H1.HeaderClassName
{
color: #AD1097;
}
.AnyTagClassName
{
color: #AD1097;
}
</style>
background-color css
<style>
a { background-color: #AD1097; }
a { background-color: rgb(173,16,151); }
div.DivClassName
{
background-color: #AD1097;
}
.BgClassName
{
background-color: #AD1097;
}
</style>
border-color css
<style>
span { border-color: #AD1097; }
span { border-color: rgb(173,16,151); }
td.TdClassName
{
border-color: #AD1097;
}
.TagClassName
{
border-color: #AD1097;
}
</style>