Shades of Lipstick #AD2050
Tints of Lipstick #AD2050
RGB
CMYK
RGB Variations
Color information
#AD2050 (or 0xAD2050) is known color: Lipstick. HEX triplet: AD, 20 and 50. RGB value is (173,32,80). Sum of RGB (Red+Green+Blue) = 173+32+80=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2050 is #52DFAF. Grayscale: #4F4F4F. Windows color (decimal): -5431216 or 5251245. OLE color: 5251245.
HSL color Cylindrical-coordinate representation of color #AD2050: hue angle of 339.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2050 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 80 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.32 |
| HSL | 339.57º | 0.69% | 0.4% | - |
| HSV(B) | 339.57º | 0.82% | 0.68% | - |
| XYZ | 19.2 | 10.5 | 8.6 | - |
| YUV | 79.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 80 | 0 | 0.82 | 0.54 | 0.32 | 339.57 | 0.69 | 0.4 |
| Hex | AD | 20 | 50 | 0 | 52 | 36 | 20 | 154 | 45 | 28 |
| Octal | 255 | 40 | 120 | 0 | 122 | 66 | 40 | 524 | 105 | 50 |
| Binary | 10101101 | 100000 | 1010000 | 0 | 1010010 | 110110 | 100000 | 101010100 | 1000101 | 101000 |
Color Harmonies of #AD2050
Complementary color
Monochromatic Colors of #AD2050
Black with #AD2050
Text Example
Text Example
White with #AD2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2050; }
p { color: rgb(173,32,80); }
H1.HeaderClassName
{
color: #AD2050;
}
.AnyTagClassName
{
color: #AD2050;
}
</style>
background-color css
<style>
a { background-color: #AD2050; }
a { background-color: rgb(173,32,80); }
div.DivClassName
{
background-color: #AD2050;
}
.BgClassName
{
background-color: #AD2050;
}
</style>
border-color css
<style>
span { border-color: #AD2050; }
span { border-color: rgb(173,32,80); }
td.TdClassName
{
border-color: #AD2050;
}
.TagClassName
{
border-color: #AD2050;
}
</style>