Shades of Medium Red Violet #AD448A
Tints of Medium Red Violet #AD448A
RGB
CMYK
RGB Variations
Color information
#AD448A (or 0xAD448A) is known color: Medium Red Violet. HEX triplet: AD, 44 and 8A. RGB value is (173,68,138). Sum of RGB (Red+Green+Blue) = 173+68+138=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD448A is #52BB75. Grayscale: #6B6B6B. Windows color (decimal): -5421942 or 9061549. OLE color: 9061549.
HSL color Cylindrical-coordinate representation of color #AD448A: hue angle of 320º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD448A is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 138 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.32 |
| HSL | 320º | 0.44% | 0.47% | - |
| HSV(B) | 320º | 0.61% | 0.68% | - |
| XYZ | 23.89 | 14.85 | 25.65 | - |
| YUV | 107.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 138 | 0 | 0.61 | 0.20 | 0.32 | 320 | 0.44 | 0.47 |
| Hex | AD | 44 | 8A | 0 | 3D | 14 | 20 | 140 | 2C | 2F |
| Octal | 255 | 104 | 212 | 0 | 75 | 24 | 40 | 500 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10001010 | 0 | 111101 | 10100 | 100000 | 101000000 | 101100 | 101111 |
Color Harmonies of #AD448A
Complementary color
Monochromatic Colors of #AD448A
Black with #AD448A
Text Example
Text Example
White with #AD448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD448A; }
p { color: rgb(173,68,138); }
H1.HeaderClassName
{
color: #AD448A;
}
.AnyTagClassName
{
color: #AD448A;
}
</style>
background-color css
<style>
a { background-color: #AD448A; }
a { background-color: rgb(173,68,138); }
div.DivClassName
{
background-color: #AD448A;
}
.BgClassName
{
background-color: #AD448A;
}
</style>
border-color css
<style>
span { border-color: #AD448A; }
span { border-color: rgb(173,68,138); }
td.TdClassName
{
border-color: #AD448A;
}
.TagClassName
{
border-color: #AD448A;
}
</style>