Shades of Medium Red Violet #AD458B
Tints of Medium Red Violet #AD458B
RGB
CMYK
RGB Variations
Color information
#AD458B (or 0xAD458B) is known color: Medium Red Violet. HEX triplet: AD, 45 and 8B. RGB value is (173,69,139). Sum of RGB (Red+Green+Blue) = 173+69+139=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD458B is #52BA74. Grayscale: #6B6B6B. Windows color (decimal): -5421685 or 9127341. OLE color: 9127341.
HSL color Cylindrical-coordinate representation of color #AD458B: hue angle of 319.62º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD458B is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 139 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.32 |
| HSL | 319.62º | 0.43% | 0.47% | - |
| HSV(B) | 319.62º | 0.6% | 0.68% | - |
| XYZ | 24.02 | 15 | 26.06 | - |
| YUV | 108.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 139 | 0 | 0.60 | 0.20 | 0.32 | 319.62 | 0.43 | 0.47 |
| Hex | AD | 45 | 8B | 0 | 3C | 14 | 20 | 140 | 2B | 2F |
| Octal | 255 | 105 | 213 | 0 | 74 | 24 | 40 | 500 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10001011 | 0 | 111100 | 10100 | 100000 | 101000000 | 101011 | 101111 |
Color Harmonies of #AD458B
Complementary color
Monochromatic Colors of #AD458B
Black with #AD458B
Text Example
Text Example
White with #AD458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD458B; }
p { color: rgb(173,69,139); }
H1.HeaderClassName
{
color: #AD458B;
}
.AnyTagClassName
{
color: #AD458B;
}
</style>
background-color css
<style>
a { background-color: #AD458B; }
a { background-color: rgb(173,69,139); }
div.DivClassName
{
background-color: #AD458B;
}
.BgClassName
{
background-color: #AD458B;
}
</style>
border-color css
<style>
span { border-color: #AD458B; }
span { border-color: rgb(173,69,139); }
td.TdClassName
{
border-color: #AD458B;
}
.TagClassName
{
border-color: #AD458B;
}
</style>