Shades of Medium Red Violet #AD269F
Tints of Medium Red Violet #AD269F
RGB
CMYK
RGB Variations
Color information
#AD269F (or 0xAD269F) is known color: Medium Red Violet. HEX triplet: AD, 26 and 9F. RGB value is (173,38,159). Sum of RGB (Red+Green+Blue) = 173+38+159=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD269F is #52D960. Grayscale: #5B5B5B. Windows color (decimal): -5429601 or 10430125. OLE color: 10430125.
HSL color Cylindrical-coordinate representation of color #AD269F: hue angle of 306.22º 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 #AD269F is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 159 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.32 |
| HSL | 306.22º | 0.64% | 0.41% | - |
| HSV(B) | 306.22º | 0.78% | 0.68% | - |
| XYZ | 24.18 | 12.77 | 33.99 | - |
| YUV | 92.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 159 | 0 | 0.78 | 0.08 | 0.32 | 306.22 | 0.64 | 0.41 |
| Hex | AD | 26 | 9F | 0 | 4E | 8 | 20 | 132 | 40 | 29 |
| Octal | 255 | 46 | 237 | 0 | 116 | 10 | 40 | 462 | 100 | 51 |
| Binary | 10101101 | 100110 | 10011111 | 0 | 1001110 | 1000 | 100000 | 100110010 | 1000000 | 101001 |
Color Harmonies of #AD269F
Complementary color
Monochromatic Colors of #AD269F
Black with #AD269F
Text Example
Text Example
White with #AD269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD269F; }
p { color: rgb(173,38,159); }
H1.HeaderClassName
{
color: #AD269F;
}
.AnyTagClassName
{
color: #AD269F;
}
</style>
background-color css
<style>
a { background-color: #AD269F; }
a { background-color: rgb(173,38,159); }
div.DivClassName
{
background-color: #AD269F;
}
.BgClassName
{
background-color: #AD269F;
}
</style>
border-color css
<style>
span { border-color: #AD269F; }
span { border-color: rgb(173,38,159); }
td.TdClassName
{
border-color: #AD269F;
}
.TagClassName
{
border-color: #AD269F;
}
</style>