Shades of Medium Red Violet #AD389A
Tints of Medium Red Violet #AD389A
RGB
CMYK
RGB Variations
Color information
#AD389A (or 0xAD389A) is known color: Medium Red Violet. HEX triplet: AD, 38 and 9A. RGB value is (173,56,154). Sum of RGB (Red+Green+Blue) = 173+56+154=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD389A is #52C765. Grayscale: #656565. Windows color (decimal): -5424998 or 10107053. OLE color: 10107053.
HSL color Cylindrical-coordinate representation of color #AD389A: hue angle of 309.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD389A is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 154 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.32 |
| HSL | 309.74º | 0.51% | 0.45% | - |
| HSV(B) | 309.74º | 0.68% | 0.68% | - |
| XYZ | 24.48 | 14.05 | 31.99 | - |
| YUV | 102.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 154 | 0 | 0.68 | 0.11 | 0.32 | 309.74 | 0.51 | 0.45 |
| Hex | AD | 38 | 9A | 0 | 44 | B | 20 | 136 | 33 | 2D |
| Octal | 255 | 70 | 232 | 0 | 104 | 13 | 40 | 466 | 63 | 55 |
| Binary | 10101101 | 111000 | 10011010 | 0 | 1000100 | 1011 | 100000 | 100110110 | 110011 | 101101 |
Color Harmonies of #AD389A
Complementary color
Monochromatic Colors of #AD389A
Black with #AD389A
Text Example
Text Example
White with #AD389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD389A; }
p { color: rgb(173,56,154); }
H1.HeaderClassName
{
color: #AD389A;
}
.AnyTagClassName
{
color: #AD389A;
}
</style>
background-color css
<style>
a { background-color: #AD389A; }
a { background-color: rgb(173,56,154); }
div.DivClassName
{
background-color: #AD389A;
}
.BgClassName
{
background-color: #AD389A;
}
</style>
border-color css
<style>
span { border-color: #AD389A; }
span { border-color: rgb(173,56,154); }
td.TdClassName
{
border-color: #AD389A;
}
.TagClassName
{
border-color: #AD389A;
}
</style>