Shades of Medium Red Violet #AD418A
Tints of Medium Red Violet #AD418A
RGB
CMYK
RGB Variations
Color information
#AD418A (or 0xAD418A) is known color: Medium Red Violet. HEX triplet: AD, 41 and 8A. RGB value is (173,65,138). Sum of RGB (Red+Green+Blue) = 173+65+138=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD418A is #52BE75. Grayscale: #696969. Windows color (decimal): -5422710 or 9060781. OLE color: 9060781.
HSL color Cylindrical-coordinate representation of color #AD418A: hue angle of 319.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD418A is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 138 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.32 |
| HSL | 319.44º | 0.45% | 0.47% | - |
| HSV(B) | 319.44º | 0.62% | 0.68% | - |
| XYZ | 23.71 | 14.5 | 25.59 | - |
| YUV | 105.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 138 | 0 | 0.62 | 0.20 | 0.32 | 319.44 | 0.45 | 0.47 |
| Hex | AD | 41 | 8A | 0 | 3E | 14 | 20 | 13F | 2D | 2F |
| Octal | 255 | 101 | 212 | 0 | 76 | 24 | 40 | 477 | 55 | 57 |
| Binary | 10101101 | 1000001 | 10001010 | 0 | 111110 | 10100 | 100000 | 100111111 | 101101 | 101111 |
Color Harmonies of #AD418A
Complementary color
Monochromatic Colors of #AD418A
Black with #AD418A
Text Example
Text Example
White with #AD418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD418A; }
p { color: rgb(173,65,138); }
H1.HeaderClassName
{
color: #AD418A;
}
.AnyTagClassName
{
color: #AD418A;
}
</style>
background-color css
<style>
a { background-color: #AD418A; }
a { background-color: rgb(173,65,138); }
div.DivClassName
{
background-color: #AD418A;
}
.BgClassName
{
background-color: #AD418A;
}
</style>
border-color css
<style>
span { border-color: #AD418A; }
span { border-color: rgb(173,65,138); }
td.TdClassName
{
border-color: #AD418A;
}
.TagClassName
{
border-color: #AD418A;
}
</style>