Shades of Medium Red Violet #AD27A7
Tints of Medium Red Violet #AD27A7
RGB
CMYK
RGB Variations
Color information
#AD27A7 (or 0xAD27A7) is known color: Medium Red Violet. HEX triplet: AD, 27 and A7. RGB value is (173,39,167). Sum of RGB (Red+Green+Blue) = 173+39+167=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD27A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27A7 is #52D858. Grayscale: #5D5D5D. Windows color (decimal): -5429337 or 10954669. OLE color: 10954669.
HSL color Cylindrical-coordinate representation of color #AD27A7: hue angle of 302.69º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD27A7 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 167 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.32 |
| HSL | 302.69º | 0.63% | 0.42% | - |
| HSV(B) | 302.69º | 0.77% | 0.68% | - |
| XYZ | 24.93 | 13.13 | 37.78 | - |
| YUV | 93.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 167 | 0 | 0.77 | 0.03 | 0.32 | 302.69 | 0.63 | 0.42 |
| Hex | AD | 27 | A7 | 0 | 4D | 3 | 20 | 12F | 3F | 2A |
| Octal | 255 | 47 | 247 | 0 | 115 | 3 | 40 | 457 | 77 | 52 |
| Binary | 10101101 | 100111 | 10100111 | 0 | 1001101 | 11 | 100000 | 100101111 | 111111 | 101010 |
Color Harmonies of #AD27A7
Complementary color
Monochromatic Colors of #AD27A7
Black with #AD27A7
Text Example
Text Example
White with #AD27A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27A7; }
p { color: rgb(173,39,167); }
H1.HeaderClassName
{
color: #AD27A7;
}
.AnyTagClassName
{
color: #AD27A7;
}
</style>
background-color css
<style>
a { background-color: #AD27A7; }
a { background-color: rgb(173,39,167); }
div.DivClassName
{
background-color: #AD27A7;
}
.BgClassName
{
background-color: #AD27A7;
}
</style>
border-color css
<style>
span { border-color: #AD27A7; }
span { border-color: rgb(173,39,167); }
td.TdClassName
{
border-color: #AD27A7;
}
.TagClassName
{
border-color: #AD27A7;
}
</style>