Shades of Medium Red Violet #AD268E
Tints of Medium Red Violet #AD268E
RGB
CMYK
RGB Variations
Color information
#AD268E (or 0xAD268E) is known color: Medium Red Violet. HEX triplet: AD, 26 and 8E. RGB value is (173,38,142). Sum of RGB (Red+Green+Blue) = 173+38+142=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD268E is #52D971. Grayscale: #595959. Windows color (decimal): -5429618 or 9316013. OLE color: 9316013.
HSL color Cylindrical-coordinate representation of color #AD268E: hue angle of 313.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD268E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 142 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.32 |
| HSL | 313.78º | 0.64% | 0.41% | - |
| HSV(B) | 313.78º | 0.78% | 0.68% | - |
| XYZ | 22.81 | 12.22 | 26.75 | - |
| YUV | 90.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 142 | 0 | 0.78 | 0.18 | 0.32 | 313.78 | 0.64 | 0.41 |
| Hex | AD | 26 | 8E | 0 | 4E | 12 | 20 | 13A | 40 | 29 |
| Octal | 255 | 46 | 216 | 0 | 116 | 22 | 40 | 472 | 100 | 51 |
| Binary | 10101101 | 100110 | 10001110 | 0 | 1001110 | 10010 | 100000 | 100111010 | 1000000 | 101001 |
Color Harmonies of #AD268E
Complementary color
Monochromatic Colors of #AD268E
Black with #AD268E
Text Example
Text Example
White with #AD268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD268E; }
p { color: rgb(173,38,142); }
H1.HeaderClassName
{
color: #AD268E;
}
.AnyTagClassName
{
color: #AD268E;
}
</style>
background-color css
<style>
a { background-color: #AD268E; }
a { background-color: rgb(173,38,142); }
div.DivClassName
{
background-color: #AD268E;
}
.BgClassName
{
background-color: #AD268E;
}
</style>
border-color css
<style>
span { border-color: #AD268E; }
span { border-color: rgb(173,38,142); }
td.TdClassName
{
border-color: #AD268E;
}
.TagClassName
{
border-color: #AD268E;
}
</style>