Shades of Medium Red Violet #AD27A6
Tints of Medium Red Violet #AD27A6
RGB
CMYK
RGB Variations
Color information
#AD27A6 (or 0xAD27A6) is known color: Medium Red Violet. HEX triplet: AD, 27 and A6. RGB value is (173,39,166). Sum of RGB (Red+Green+Blue) = 173+39+166=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD27A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27A6 is #52D859. Grayscale: #5D5D5D. Windows color (decimal): -5429338 or 10889133. OLE color: 10889133.
HSL color Cylindrical-coordinate representation of color #AD27A6: hue angle of 303.13º 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 #AD27A6 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 166 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.32 |
| HSL | 303.13º | 0.63% | 0.42% | - |
| HSV(B) | 303.13º | 0.77% | 0.68% | - |
| XYZ | 24.84 | 13.09 | 37.29 | - |
| YUV | 93.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 166 | 0 | 0.77 | 0.04 | 0.32 | 303.13 | 0.63 | 0.42 |
| Hex | AD | 27 | A6 | 0 | 4D | 4 | 20 | 12F | 3F | 2A |
| Octal | 255 | 47 | 246 | 0 | 115 | 4 | 40 | 457 | 77 | 52 |
| Binary | 10101101 | 100111 | 10100110 | 0 | 1001101 | 100 | 100000 | 100101111 | 111111 | 101010 |
Color Harmonies of #AD27A6
Complementary color
Monochromatic Colors of #AD27A6
Black with #AD27A6
Text Example
Text Example
White with #AD27A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27A6; }
p { color: rgb(173,39,166); }
H1.HeaderClassName
{
color: #AD27A6;
}
.AnyTagClassName
{
color: #AD27A6;
}
</style>
background-color css
<style>
a { background-color: #AD27A6; }
a { background-color: rgb(173,39,166); }
div.DivClassName
{
background-color: #AD27A6;
}
.BgClassName
{
background-color: #AD27A6;
}
</style>
border-color css
<style>
span { border-color: #AD27A6; }
span { border-color: rgb(173,39,166); }
td.TdClassName
{
border-color: #AD27A6;
}
.TagClassName
{
border-color: #AD27A6;
}
</style>