Shades of Medium Violet Red #AD018C
Tints of Medium Violet Red #AD018C
RGB
CMYK
RGB Variations
Color information
#AD018C (or 0xAD018C) is known color: Medium Violet Red. HEX triplet: AD, 01 and 8C. RGB value is (173,1,140). Sum of RGB (Red+Green+Blue) = 173+1+140=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD018C is #52FE73. Grayscale: #434343. Windows color (decimal): -5439092 or 9175469. OLE color: 9175469.
HSL color Cylindrical-coordinate representation of color #AD018C: hue angle of 311.51º 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 #AD018C is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.32 |
| HSL | 311.51º | 0.99% | 0.34% | - |
| HSV(B) | 311.51º | 0.99% | 0.68% | - |
| XYZ | 21.98 | 10.8 | 25.74 | - |
| YUV | 68.27 | 168.48 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 140 | 0 | 0.99 | 0.19 | 0.32 | 311.51 | 0.99 | 0.34 |
| Hex | AD | 1 | 8C | 0 | 63 | 13 | 20 | 138 | 63 | 22 |
| Octal | 255 | 1 | 214 | 0 | 143 | 23 | 40 | 470 | 143 | 42 |
| Binary | 10101101 | 1 | 10001100 | 0 | 1100011 | 10011 | 100000 | 100111000 | 1100011 | 100010 |
Color Harmonies of #AD018C
Complementary color
Monochromatic Colors of #AD018C
Black with #AD018C
Text Example
Text Example
White with #AD018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD018C; }
p { color: rgb(173,1,140); }
H1.HeaderClassName
{
color: #AD018C;
}
.AnyTagClassName
{
color: #AD018C;
}
</style>
background-color css
<style>
a { background-color: #AD018C; }
a { background-color: rgb(173,1,140); }
div.DivClassName
{
background-color: #AD018C;
}
.BgClassName
{
background-color: #AD018C;
}
</style>
border-color css
<style>
span { border-color: #AD018C; }
span { border-color: rgb(173,1,140); }
td.TdClassName
{
border-color: #AD018C;
}
.TagClassName
{
border-color: #AD018C;
}
</style>