Shades of Medium Red Violet #AD349A
Tints of Medium Red Violet #AD349A
RGB
CMYK
RGB Variations
Color information
#AD349A (or 0xAD349A) is known color: Medium Red Violet. HEX triplet: AD, 34 and 9A. RGB value is (173,52,154). Sum of RGB (Red+Green+Blue) = 173+52+154=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD349A is #52CB65. Grayscale: #636363. Windows color (decimal): -5426022 or 10106029. OLE color: 10106029.
HSL color Cylindrical-coordinate representation of color #AD349A: hue angle of 309.42º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD349A is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 154 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.32 |
| HSL | 309.42º | 0.54% | 0.44% | - |
| HSV(B) | 309.42º | 0.7% | 0.68% | - |
| XYZ | 24.29 | 13.67 | 31.93 | - |
| YUV | 99.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 154 | 0 | 0.70 | 0.11 | 0.32 | 309.42 | 0.54 | 0.44 |
| Hex | AD | 34 | 9A | 0 | 46 | B | 20 | 135 | 36 | 2C |
| Octal | 255 | 64 | 232 | 0 | 106 | 13 | 40 | 465 | 66 | 54 |
| Binary | 10101101 | 110100 | 10011010 | 0 | 1000110 | 1011 | 100000 | 100110101 | 110110 | 101100 |
Color Harmonies of #AD349A
Complementary color
Monochromatic Colors of #AD349A
Black with #AD349A
Text Example
Text Example
White with #AD349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD349A; }
p { color: rgb(173,52,154); }
H1.HeaderClassName
{
color: #AD349A;
}
.AnyTagClassName
{
color: #AD349A;
}
</style>
background-color css
<style>
a { background-color: #AD349A; }
a { background-color: rgb(173,52,154); }
div.DivClassName
{
background-color: #AD349A;
}
.BgClassName
{
background-color: #AD349A;
}
</style>
border-color css
<style>
span { border-color: #AD349A; }
span { border-color: rgb(173,52,154); }
td.TdClassName
{
border-color: #AD349A;
}
.TagClassName
{
border-color: #AD349A;
}
</style>