Shades of Medium Red Violet #AD279B
Tints of Medium Red Violet #AD279B
RGB
CMYK
RGB Variations
Color information
#AD279B (or 0xAD279B) is known color: Medium Red Violet. HEX triplet: AD, 27 and 9B. RGB value is (173,39,155). Sum of RGB (Red+Green+Blue) = 173+39+155=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD279B is #52D864. Grayscale: #5B5B5B. Windows color (decimal): -5429349 or 10168237. OLE color: 10168237.
HSL color Cylindrical-coordinate representation of color #AD279B: hue angle of 308.06º 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 #AD279B is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 155 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.32 |
| HSL | 308.06º | 0.63% | 0.42% | - |
| HSV(B) | 308.06º | 0.77% | 0.68% | - |
| XYZ | 23.88 | 12.7 | 32.2 | - |
| YUV | 92.29 | 163.39 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 155 | 0 | 0.77 | 0.10 | 0.32 | 308.06 | 0.63 | 0.42 |
| Hex | AD | 27 | 9B | 0 | 4D | A | 20 | 134 | 3F | 2A |
| Octal | 255 | 47 | 233 | 0 | 115 | 12 | 40 | 464 | 77 | 52 |
| Binary | 10101101 | 100111 | 10011011 | 0 | 1001101 | 1010 | 100000 | 100110100 | 111111 | 101010 |
Color Harmonies of #AD279B
Complementary color
Monochromatic Colors of #AD279B
Black with #AD279B
Text Example
Text Example
White with #AD279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD279B; }
p { color: rgb(173,39,155); }
H1.HeaderClassName
{
color: #AD279B;
}
.AnyTagClassName
{
color: #AD279B;
}
</style>
background-color css
<style>
a { background-color: #AD279B; }
a { background-color: rgb(173,39,155); }
div.DivClassName
{
background-color: #AD279B;
}
.BgClassName
{
background-color: #AD279B;
}
</style>
border-color css
<style>
span { border-color: #AD279B; }
span { border-color: rgb(173,39,155); }
td.TdClassName
{
border-color: #AD279B;
}
.TagClassName
{
border-color: #AD279B;
}
</style>