Shades of Medium Violet Red #AD1098
Tints of Medium Violet Red #AD1098
RGB
CMYK
RGB Variations
Color information
#AD1098 (or 0xAD1098) is known color: Medium Violet Red. HEX triplet: AD, 10 and 98. RGB value is (173,16,152). Sum of RGB (Red+Green+Blue) = 173+16+152=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1098 is #52EF67. Grayscale: #4E4E4E. Windows color (decimal): -5435240 or 9965741. OLE color: 9965741.
HSL color Cylindrical-coordinate representation of color #AD1098: hue angle of 308.03º 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 #AD1098 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 152 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.32 |
| HSL | 308.03º | 0.83% | 0.37% | - |
| HSV(B) | 308.03º | 0.91% | 0.68% | - |
| XYZ | 23.09 | 11.52 | 30.71 | - |
| YUV | 78.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 152 | 0 | 0.91 | 0.12 | 0.32 | 308.03 | 0.83 | 0.37 |
| Hex | AD | 10 | 98 | 0 | 5B | C | 20 | 134 | 53 | 25 |
| Octal | 255 | 20 | 230 | 0 | 133 | 14 | 40 | 464 | 123 | 45 |
| Binary | 10101101 | 10000 | 10011000 | 0 | 1011011 | 1100 | 100000 | 100110100 | 1010011 | 100101 |
Color Harmonies of #AD1098
Complementary color
Monochromatic Colors of #AD1098
Black with #AD1098
Text Example
Text Example
White with #AD1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1098; }
p { color: rgb(173,16,152); }
H1.HeaderClassName
{
color: #AD1098;
}
.AnyTagClassName
{
color: #AD1098;
}
</style>
background-color css
<style>
a { background-color: #AD1098; }
a { background-color: rgb(173,16,152); }
div.DivClassName
{
background-color: #AD1098;
}
.BgClassName
{
background-color: #AD1098;
}
</style>
border-color css
<style>
span { border-color: #AD1098; }
span { border-color: rgb(173,16,152); }
td.TdClassName
{
border-color: #AD1098;
}
.TagClassName
{
border-color: #AD1098;
}
</style>