Shades of Lipstick #AD255C
Tints of Lipstick #AD255C
RGB
CMYK
RGB Variations
Color information
#AD255C (or 0xAD255C) is known color: Lipstick. HEX triplet: AD, 25 and 5C. RGB value is (173,37,92). Sum of RGB (Red+Green+Blue) = 173+37+92=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD255C is #52DAA3. Grayscale: #535353. Windows color (decimal): -5429924 or 6038957. OLE color: 6038957.
HSL color Cylindrical-coordinate representation of color #AD255C: hue angle of 335.74º degrees, saturation: 0.65, 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 #AD255C is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 92 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.32 |
| HSL | 335.74º | 0.65% | 0.41% | - |
| HSV(B) | 335.74º | 0.79% | 0.68% | - |
| XYZ | 19.83 | 10.98 | 11.2 | - |
| YUV | 83.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 92 | 0 | 0.79 | 0.47 | 0.32 | 335.74 | 0.65 | 0.41 |
| Hex | AD | 25 | 5C | 0 | 4F | 2F | 20 | 150 | 41 | 29 |
| Octal | 255 | 45 | 134 | 0 | 117 | 57 | 40 | 520 | 101 | 51 |
| Binary | 10101101 | 100101 | 1011100 | 0 | 1001111 | 101111 | 100000 | 101010000 | 1000001 | 101001 |
Color Harmonies of #AD255C
Complementary color
Monochromatic Colors of #AD255C
Black with #AD255C
Text Example
Text Example
White with #AD255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD255C; }
p { color: rgb(173,37,92); }
H1.HeaderClassName
{
color: #AD255C;
}
.AnyTagClassName
{
color: #AD255C;
}
</style>
background-color css
<style>
a { background-color: #AD255C; }
a { background-color: rgb(173,37,92); }
div.DivClassName
{
background-color: #AD255C;
}
.BgClassName
{
background-color: #AD255C;
}
</style>
border-color css
<style>
span { border-color: #AD255C; }
span { border-color: rgb(173,37,92); }
td.TdClassName
{
border-color: #AD255C;
}
.TagClassName
{
border-color: #AD255C;
}
</style>