Shades of Medium Red Violet #AD369A
Tints of Medium Red Violet #AD369A
RGB
CMYK
RGB Variations
Color information
#AD369A (or 0xAD369A) is known color: Medium Red Violet. HEX triplet: AD, 36 and 9A. RGB value is (173,54,154). Sum of RGB (Red+Green+Blue) = 173+54+154=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD369A is #52C965. Grayscale: #646464. Windows color (decimal): -5425510 or 10106541. OLE color: 10106541.
HSL color Cylindrical-coordinate representation of color #AD369A: hue angle of 309.58º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD369A is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 154 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.32 |
| HSL | 309.58º | 0.52% | 0.45% | - |
| HSV(B) | 309.58º | 0.69% | 0.68% | - |
| XYZ | 24.39 | 13.86 | 31.96 | - |
| YUV | 100.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 154 | 0 | 0.69 | 0.11 | 0.32 | 309.58 | 0.52 | 0.45 |
| Hex | AD | 36 | 9A | 0 | 45 | B | 20 | 136 | 34 | 2D |
| Octal | 255 | 66 | 232 | 0 | 105 | 13 | 40 | 466 | 64 | 55 |
| Binary | 10101101 | 110110 | 10011010 | 0 | 1000101 | 1011 | 100000 | 100110110 | 110100 | 101101 |
Color Harmonies of #AD369A
Complementary color
Monochromatic Colors of #AD369A
Black with #AD369A
Text Example
Text Example
White with #AD369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD369A; }
p { color: rgb(173,54,154); }
H1.HeaderClassName
{
color: #AD369A;
}
.AnyTagClassName
{
color: #AD369A;
}
</style>
background-color css
<style>
a { background-color: #AD369A; }
a { background-color: rgb(173,54,154); }
div.DivClassName
{
background-color: #AD369A;
}
.BgClassName
{
background-color: #AD369A;
}
</style>
border-color css
<style>
span { border-color: #AD369A; }
span { border-color: rgb(173,54,154); }
td.TdClassName
{
border-color: #AD369A;
}
.TagClassName
{
border-color: #AD369A;
}
</style>