Shades of Medium Red Violet #AD2395
Tints of Medium Red Violet #AD2395
RGB
CMYK
RGB Variations
Color information
#AD2395 (or 0xAD2395) is known color: Medium Red Violet. HEX triplet: AD, 23 and 95. RGB value is (173,35,149). Sum of RGB (Red+Green+Blue) = 173+35+149=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2395 is #52DC6A. Grayscale: #585858. Windows color (decimal): -5430379 or 9773997. OLE color: 9773997.
HSL color Cylindrical-coordinate representation of color #AD2395: hue angle of 310.43º 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 #AD2395 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 149 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.32 |
| HSL | 310.43º | 0.66% | 0.41% | - |
| HSV(B) | 310.43º | 0.8% | 0.68% | - |
| XYZ | 23.26 | 12.26 | 29.57 | - |
| YUV | 89.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 149 | 0 | 0.80 | 0.14 | 0.32 | 310.43 | 0.66 | 0.41 |
| Hex | AD | 23 | 95 | 0 | 50 | E | 20 | 136 | 42 | 29 |
| Octal | 255 | 43 | 225 | 0 | 120 | 16 | 40 | 466 | 102 | 51 |
| Binary | 10101101 | 100011 | 10010101 | 0 | 1010000 | 1110 | 100000 | 100110110 | 1000010 | 101001 |
Color Harmonies of #AD2395
Complementary color
Monochromatic Colors of #AD2395
Black with #AD2395
Text Example
Text Example
White with #AD2395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2395; }
p { color: rgb(173,35,149); }
H1.HeaderClassName
{
color: #AD2395;
}
.AnyTagClassName
{
color: #AD2395;
}
</style>
background-color css
<style>
a { background-color: #AD2395; }
a { background-color: rgb(173,35,149); }
div.DivClassName
{
background-color: #AD2395;
}
.BgClassName
{
background-color: #AD2395;
}
</style>
border-color css
<style>
span { border-color: #AD2395; }
span { border-color: rgb(173,35,149); }
td.TdClassName
{
border-color: #AD2395;
}
.TagClassName
{
border-color: #AD2395;
}
</style>