Shades of Medium Red Violet #AD269B
Tints of Medium Red Violet #AD269B
RGB
CMYK
RGB Variations
Color information
#AD269B (or 0xAD269B) is known color: Medium Red Violet. HEX triplet: AD, 26 and 9B. RGB value is (173,38,155). Sum of RGB (Red+Green+Blue) = 173+38+155=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD269B is #52D964. Grayscale: #5B5B5B. Windows color (decimal): -5429605 or 10167981. OLE color: 10167981.
HSL color Cylindrical-coordinate representation of color #AD269B: hue angle of 308º 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 #AD269B is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 155 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.32 |
| HSL | 308º | 0.64% | 0.41% | - |
| HSV(B) | 308º | 0.78% | 0.68% | - |
| XYZ | 23.84 | 12.64 | 32.19 | - |
| YUV | 91.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 155 | 0 | 0.78 | 0.10 | 0.32 | 308 | 0.64 | 0.41 |
| Hex | AD | 26 | 9B | 0 | 4E | A | 20 | 134 | 40 | 29 |
| Octal | 255 | 46 | 233 | 0 | 116 | 12 | 40 | 464 | 100 | 51 |
| Binary | 10101101 | 100110 | 10011011 | 0 | 1001110 | 1010 | 100000 | 100110100 | 1000000 | 101001 |
Color Harmonies of #AD269B
Complementary color
Monochromatic Colors of #AD269B
Black with #AD269B
Text Example
Text Example
White with #AD269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD269B; }
p { color: rgb(173,38,155); }
H1.HeaderClassName
{
color: #AD269B;
}
.AnyTagClassName
{
color: #AD269B;
}
</style>
background-color css
<style>
a { background-color: #AD269B; }
a { background-color: rgb(173,38,155); }
div.DivClassName
{
background-color: #AD269B;
}
.BgClassName
{
background-color: #AD269B;
}
</style>
border-color css
<style>
span { border-color: #AD269B; }
span { border-color: rgb(173,38,155); }
td.TdClassName
{
border-color: #AD269B;
}
.TagClassName
{
border-color: #AD269B;
}
</style>