Shades of Medium Red Violet #AD3A8A
Tints of Medium Red Violet #AD3A8A
RGB
CMYK
RGB Variations
Color information
#AD3A8A (or 0xAD3A8A) is known color: Medium Red Violet. HEX triplet: AD, 3A and 8A. RGB value is (173,58,138). Sum of RGB (Red+Green+Blue) = 173+58+138=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3A8A is #52C575. Grayscale: #656565. Windows color (decimal): -5424502 or 9058989. OLE color: 9058989.
HSL color Cylindrical-coordinate representation of color #AD3A8A: hue angle of 318.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3A8A is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 138 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.32 |
| HSL | 318.26º | 0.5% | 0.45% | - |
| HSV(B) | 318.26º | 0.66% | 0.68% | - |
| XYZ | 23.33 | 13.75 | 25.47 | - |
| YUV | 101.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 138 | 0 | 0.66 | 0.20 | 0.32 | 318.26 | 0.5 | 0.45 |
| Hex | AD | 3A | 8A | 0 | 42 | 14 | 20 | 13E | 32 | 2D |
| Octal | 255 | 72 | 212 | 0 | 102 | 24 | 40 | 476 | 62 | 55 |
| Binary | 10101101 | 111010 | 10001010 | 0 | 1000010 | 10100 | 100000 | 100111110 | 110010 | 101101 |
Color Harmonies of #AD3A8A
Complementary color
Monochromatic Colors of #AD3A8A
Black with #AD3A8A
Text Example
Text Example
White with #AD3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A8A; }
p { color: rgb(173,58,138); }
H1.HeaderClassName
{
color: #AD3A8A;
}
.AnyTagClassName
{
color: #AD3A8A;
}
</style>
background-color css
<style>
a { background-color: #AD3A8A; }
a { background-color: rgb(173,58,138); }
div.DivClassName
{
background-color: #AD3A8A;
}
.BgClassName
{
background-color: #AD3A8A;
}
</style>
border-color css
<style>
span { border-color: #AD3A8A; }
span { border-color: rgb(173,58,138); }
td.TdClassName
{
border-color: #AD3A8A;
}
.TagClassName
{
border-color: #AD3A8A;
}
</style>