Shades of Medium Violet Red #AD1297
Tints of Medium Violet Red #AD1297
RGB
CMYK
RGB Variations
Color information
#AD1297 (or 0xAD1297) is known color: Medium Violet Red. HEX triplet: AD, 12 and 97. RGB value is (173,18,151). Sum of RGB (Red+Green+Blue) = 173+18+151=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1297 is #52ED68. Grayscale: #4F4F4F. Windows color (decimal): -5434729 or 9900717. OLE color: 9900717.
HSL color Cylindrical-coordinate representation of color #AD1297: hue angle of 308.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1297 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 151 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.32 |
| HSL | 308.52º | 0.81% | 0.37% | - |
| HSV(B) | 308.52º | 0.9% | 0.68% | - |
| XYZ | 23.04 | 11.55 | 30.29 | - |
| YUV | 79.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 151 | 0 | 0.90 | 0.13 | 0.32 | 308.52 | 0.81 | 0.37 |
| Hex | AD | 12 | 97 | 0 | 5A | D | 20 | 135 | 51 | 25 |
| Octal | 255 | 22 | 227 | 0 | 132 | 15 | 40 | 465 | 121 | 45 |
| Binary | 10101101 | 10010 | 10010111 | 0 | 1011010 | 1101 | 100000 | 100110101 | 1010001 | 100101 |
Color Harmonies of #AD1297
Complementary color
Monochromatic Colors of #AD1297
Black with #AD1297
Text Example
Text Example
White with #AD1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1297; }
p { color: rgb(173,18,151); }
H1.HeaderClassName
{
color: #AD1297;
}
.AnyTagClassName
{
color: #AD1297;
}
</style>
background-color css
<style>
a { background-color: #AD1297; }
a { background-color: rgb(173,18,151); }
div.DivClassName
{
background-color: #AD1297;
}
.BgClassName
{
background-color: #AD1297;
}
</style>
border-color css
<style>
span { border-color: #AD1297; }
span { border-color: rgb(173,18,151); }
td.TdClassName
{
border-color: #AD1297;
}
.TagClassName
{
border-color: #AD1297;
}
</style>