Shades of Medium Red Violet #AD338A
Tints of Medium Red Violet #AD338A
RGB
CMYK
RGB Variations
Color information
#AD338A (or 0xAD338A) is known color: Medium Red Violet. HEX triplet: AD, 33 and 8A. RGB value is (173,51,138). Sum of RGB (Red+Green+Blue) = 173+51+138=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD338A is #52CC75. Grayscale: #616161. Windows color (decimal): -5426294 or 9057197. OLE color: 9057197.
HSL color Cylindrical-coordinate representation of color #AD338A: hue angle of 317.21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD338A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 138 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.32 |
| HSL | 317.21º | 0.54% | 0.44% | - |
| HSV(B) | 317.21º | 0.71% | 0.68% | - |
| XYZ | 23 | 13.09 | 25.36 | - |
| YUV | 97.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 138 | 0 | 0.71 | 0.20 | 0.32 | 317.21 | 0.54 | 0.44 |
| Hex | AD | 33 | 8A | 0 | 47 | 14 | 20 | 13D | 36 | 2C |
| Octal | 255 | 63 | 212 | 0 | 107 | 24 | 40 | 475 | 66 | 54 |
| Binary | 10101101 | 110011 | 10001010 | 0 | 1000111 | 10100 | 100000 | 100111101 | 110110 | 101100 |
Color Harmonies of #AD338A
Complementary color
Monochromatic Colors of #AD338A
Black with #AD338A
Text Example
Text Example
White with #AD338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD338A; }
p { color: rgb(173,51,138); }
H1.HeaderClassName
{
color: #AD338A;
}
.AnyTagClassName
{
color: #AD338A;
}
</style>
background-color css
<style>
a { background-color: #AD338A; }
a { background-color: rgb(173,51,138); }
div.DivClassName
{
background-color: #AD338A;
}
.BgClassName
{
background-color: #AD338A;
}
</style>
border-color css
<style>
span { border-color: #AD338A; }
span { border-color: rgb(173,51,138); }
td.TdClassName
{
border-color: #AD338A;
}
.TagClassName
{
border-color: #AD338A;
}
</style>