Shades of Medium Red Violet #AD308B
Tints of Medium Red Violet #AD308B
RGB
CMYK
RGB Variations
Color information
#AD308B (or 0xAD308B) is known color: Medium Red Violet. HEX triplet: AD, 30 and 8B. RGB value is (173,48,139). Sum of RGB (Red+Green+Blue) = 173+48+139=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD308B is #52CF74. Grayscale: #5F5F5F. Windows color (decimal): -5427061 or 9121965. OLE color: 9121965.
HSL color Cylindrical-coordinate representation of color #AD308B: hue angle of 316.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD308B is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 139 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.32 |
| HSL | 316.32º | 0.57% | 0.43% | - |
| HSV(B) | 316.32º | 0.72% | 0.68% | - |
| XYZ | 22.95 | 12.86 | 25.7 | - |
| YUV | 95.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 139 | 0 | 0.72 | 0.20 | 0.32 | 316.32 | 0.57 | 0.43 |
| Hex | AD | 30 | 8B | 0 | 48 | 14 | 20 | 13C | 39 | 2B |
| Octal | 255 | 60 | 213 | 0 | 110 | 24 | 40 | 474 | 71 | 53 |
| Binary | 10101101 | 110000 | 10001011 | 0 | 1001000 | 10100 | 100000 | 100111100 | 111001 | 101011 |
Color Harmonies of #AD308B
Complementary color
Monochromatic Colors of #AD308B
Black with #AD308B
Text Example
Text Example
White with #AD308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD308B; }
p { color: rgb(173,48,139); }
H1.HeaderClassName
{
color: #AD308B;
}
.AnyTagClassName
{
color: #AD308B;
}
</style>
background-color css
<style>
a { background-color: #AD308B; }
a { background-color: rgb(173,48,139); }
div.DivClassName
{
background-color: #AD308B;
}
.BgClassName
{
background-color: #AD308B;
}
</style>
border-color css
<style>
span { border-color: #AD308B; }
span { border-color: rgb(173,48,139); }
td.TdClassName
{
border-color: #AD308B;
}
.TagClassName
{
border-color: #AD308B;
}
</style>