Shades of Medium Red Violet #AD2385
Tints of Medium Red Violet #AD2385
RGB
CMYK
RGB Variations
Color information
#AD2385 (or 0xAD2385) is known color: Medium Red Violet. HEX triplet: AD, 23 and 85. RGB value is (173,35,133). Sum of RGB (Red+Green+Blue) = 173+35+133=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2385 is #52DC7A. Grayscale: #575757. Windows color (decimal): -5430395 or 8725421. OLE color: 8725421.
HSL color Cylindrical-coordinate representation of color #AD2385: hue angle of 317.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2385 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 133 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.32 |
| HSL | 317.39º | 0.66% | 0.41% | - |
| HSV(B) | 317.39º | 0.8% | 0.68% | - |
| XYZ | 22.07 | 11.78 | 23.3 | - |
| YUV | 87.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 133 | 0 | 0.80 | 0.23 | 0.32 | 317.39 | 0.66 | 0.41 |
| Hex | AD | 23 | 85 | 0 | 50 | 17 | 20 | 13D | 42 | 29 |
| Octal | 255 | 43 | 205 | 0 | 120 | 27 | 40 | 475 | 102 | 51 |
| Binary | 10101101 | 100011 | 10000101 | 0 | 1010000 | 10111 | 100000 | 100111101 | 1000010 | 101001 |
Color Harmonies of #AD2385
Complementary color
Monochromatic Colors of #AD2385
Black with #AD2385
Text Example
Text Example
White with #AD2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2385; }
p { color: rgb(173,35,133); }
H1.HeaderClassName
{
color: #AD2385;
}
.AnyTagClassName
{
color: #AD2385;
}
</style>
background-color css
<style>
a { background-color: #AD2385; }
a { background-color: rgb(173,35,133); }
div.DivClassName
{
background-color: #AD2385;
}
.BgClassName
{
background-color: #AD2385;
}
</style>
border-color css
<style>
span { border-color: #AD2385; }
span { border-color: rgb(173,35,133); }
td.TdClassName
{
border-color: #AD2385;
}
.TagClassName
{
border-color: #AD2385;
}
</style>