Shades of Medium Red Violet #AD268B
Tints of Medium Red Violet #AD268B
RGB
CMYK
RGB Variations
Color information
#AD268B (or 0xAD268B) is known color: Medium Red Violet. HEX triplet: AD, 26 and 8B. RGB value is (173,38,139). Sum of RGB (Red+Green+Blue) = 173+38+139=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD268B is #52D974. Grayscale: #595959. Windows color (decimal): -5429621 or 9119405. OLE color: 9119405.
HSL color Cylindrical-coordinate representation of color #AD268B: hue angle of 315.11º 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 #AD268B is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 139 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.32 |
| HSL | 315.11º | 0.64% | 0.41% | - |
| HSV(B) | 315.11º | 0.78% | 0.68% | - |
| XYZ | 22.59 | 12.13 | 25.58 | - |
| YUV | 89.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 139 | 0 | 0.78 | 0.20 | 0.32 | 315.11 | 0.64 | 0.41 |
| Hex | AD | 26 | 8B | 0 | 4E | 14 | 20 | 13B | 40 | 29 |
| Octal | 255 | 46 | 213 | 0 | 116 | 24 | 40 | 473 | 100 | 51 |
| Binary | 10101101 | 100110 | 10001011 | 0 | 1001110 | 10100 | 100000 | 100111011 | 1000000 | 101001 |
Color Harmonies of #AD268B
Complementary color
Monochromatic Colors of #AD268B
Black with #AD268B
Text Example
Text Example
White with #AD268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD268B; }
p { color: rgb(173,38,139); }
H1.HeaderClassName
{
color: #AD268B;
}
.AnyTagClassName
{
color: #AD268B;
}
</style>
background-color css
<style>
a { background-color: #AD268B; }
a { background-color: rgb(173,38,139); }
div.DivClassName
{
background-color: #AD268B;
}
.BgClassName
{
background-color: #AD268B;
}
</style>
border-color css
<style>
span { border-color: #AD268B; }
span { border-color: rgb(173,38,139); }
td.TdClassName
{
border-color: #AD268B;
}
.TagClassName
{
border-color: #AD268B;
}
</style>