Shades of Medium Violet Red #AD088A
Tints of Medium Violet Red #AD088A
RGB
CMYK
RGB Variations
Color information
#AD088A (or 0xAD088A) is known color: Medium Violet Red. HEX triplet: AD, 08 and 8A. RGB value is (173,8,138). Sum of RGB (Red+Green+Blue) = 173+8+138=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD088A is #52F775. Grayscale: #474747. Windows color (decimal): -5437302 or 9046189. OLE color: 9046189.
HSL color Cylindrical-coordinate representation of color #AD088A: hue angle of 312.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD088A is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.32 |
| HSL | 312.73º | 0.91% | 0.35% | - |
| HSV(B) | 312.73º | 0.95% | 0.68% | - |
| XYZ | 21.91 | 10.89 | 24.99 | - |
| YUV | 72.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 138 | 0 | 0.95 | 0.20 | 0.32 | 312.73 | 0.91 | 0.35 |
| Hex | AD | 8 | 8A | 0 | 5F | 14 | 20 | 139 | 5B | 23 |
| Octal | 255 | 10 | 212 | 0 | 137 | 24 | 40 | 471 | 133 | 43 |
| Binary | 10101101 | 1000 | 10001010 | 0 | 1011111 | 10100 | 100000 | 100111001 | 1011011 | 100011 |
Color Harmonies of #AD088A
Complementary color
Monochromatic Colors of #AD088A
Black with #AD088A
Text Example
Text Example
White with #AD088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD088A; }
p { color: rgb(173,8,138); }
H1.HeaderClassName
{
color: #AD088A;
}
.AnyTagClassName
{
color: #AD088A;
}
</style>
background-color css
<style>
a { background-color: #AD088A; }
a { background-color: rgb(173,8,138); }
div.DivClassName
{
background-color: #AD088A;
}
.BgClassName
{
background-color: #AD088A;
}
</style>
border-color css
<style>
span { border-color: #AD088A; }
span { border-color: rgb(173,8,138); }
td.TdClassName
{
border-color: #AD088A;
}
.TagClassName
{
border-color: #AD088A;
}
</style>