Shades of Lipstick #AD245E
Tints of Lipstick #AD245E
RGB
CMYK
RGB Variations
Color information
#AD245E (or 0xAD245E) is known color: Lipstick. HEX triplet: AD, 24 and 5E. RGB value is (173,36,94). Sum of RGB (Red+Green+Blue) = 173+36+94=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD245E is #52DBA1. Grayscale: #535353. Windows color (decimal): -5430178 or 6169773. OLE color: 6169773.
HSL color Cylindrical-coordinate representation of color #AD245E: hue angle of 334.6º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD245E is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 94 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.32 |
| HSL | 334.6º | 0.66% | 0.41% | - |
| HSV(B) | 334.6º | 0.79% | 0.68% | - |
| XYZ | 19.88 | 10.95 | 11.66 | - |
| YUV | 83.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 94 | 0 | 0.79 | 0.46 | 0.32 | 334.6 | 0.66 | 0.41 |
| Hex | AD | 24 | 5E | 0 | 4F | 2E | 20 | 14F | 42 | 29 |
| Octal | 255 | 44 | 136 | 0 | 117 | 56 | 40 | 517 | 102 | 51 |
| Binary | 10101101 | 100100 | 1011110 | 0 | 1001111 | 101110 | 100000 | 101001111 | 1000010 | 101001 |
Color Harmonies of #AD245E
Complementary color
Monochromatic Colors of #AD245E
Black with #AD245E
Text Example
Text Example
White with #AD245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD245E; }
p { color: rgb(173,36,94); }
H1.HeaderClassName
{
color: #AD245E;
}
.AnyTagClassName
{
color: #AD245E;
}
</style>
background-color css
<style>
a { background-color: #AD245E; }
a { background-color: rgb(173,36,94); }
div.DivClassName
{
background-color: #AD245E;
}
.BgClassName
{
background-color: #AD245E;
}
</style>
border-color css
<style>
span { border-color: #AD245E; }
span { border-color: rgb(173,36,94); }
td.TdClassName
{
border-color: #AD245E;
}
.TagClassName
{
border-color: #AD245E;
}
</style>