Shades of Medium Violet Red #AD068D
Tints of Medium Violet Red #AD068D
RGB
CMYK
RGB Variations
Color information
#AD068D (or 0xAD068D) is known color: Medium Violet Red. HEX triplet: AD, 06 and 8D. RGB value is (173,6,141). Sum of RGB (Red+Green+Blue) = 173+6+141=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD068D is #52F972. Grayscale: #464646. Windows color (decimal): -5437811 or 9242285. OLE color: 9242285.
HSL color Cylindrical-coordinate representation of color #AD068D: hue angle of 311.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD068D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.32 |
| HSL | 311.5º | 0.93% | 0.35% | - |
| HSV(B) | 311.5º | 0.97% | 0.68% | - |
| XYZ | 22.11 | 10.94 | 26.15 | - |
| YUV | 71.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 141 | 0 | 0.97 | 0.18 | 0.32 | 311.5 | 0.93 | 0.35 |
| Hex | AD | 6 | 8D | 0 | 61 | 12 | 20 | 137 | 5D | 23 |
| Octal | 255 | 6 | 215 | 0 | 141 | 22 | 40 | 467 | 135 | 43 |
| Binary | 10101101 | 110 | 10001101 | 0 | 1100001 | 10010 | 100000 | 100110111 | 1011101 | 100011 |
Color Harmonies of #AD068D
Complementary color
Monochromatic Colors of #AD068D
Black with #AD068D
Text Example
Text Example
White with #AD068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD068D; }
p { color: rgb(173,6,141); }
H1.HeaderClassName
{
color: #AD068D;
}
.AnyTagClassName
{
color: #AD068D;
}
</style>
background-color css
<style>
a { background-color: #AD068D; }
a { background-color: rgb(173,6,141); }
div.DivClassName
{
background-color: #AD068D;
}
.BgClassName
{
background-color: #AD068D;
}
</style>
border-color css
<style>
span { border-color: #AD068D; }
span { border-color: rgb(173,6,141); }
td.TdClassName
{
border-color: #AD068D;
}
.TagClassName
{
border-color: #AD068D;
}
</style>