Shades of Lipstick #AD255F
Tints of Lipstick #AD255F
RGB
CMYK
RGB Variations
Color information
#AD255F (or 0xAD255F) is known color: Lipstick. HEX triplet: AD, 25 and 5F. RGB value is (173,37,95). Sum of RGB (Red+Green+Blue) = 173+37+95=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD255F is #52DAA0. Grayscale: #545454. Windows color (decimal): -5429921 or 6235565. OLE color: 6235565.
HSL color Cylindrical-coordinate representation of color #AD255F: hue angle of 334.41º 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 #AD255F is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 95 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.32 |
| HSL | 334.41º | 0.65% | 0.41% | - |
| HSV(B) | 334.41º | 0.79% | 0.68% | - |
| XYZ | 19.96 | 11.03 | 11.9 | - |
| YUV | 84.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 95 | 0 | 0.79 | 0.45 | 0.32 | 334.41 | 0.65 | 0.41 |
| Hex | AD | 25 | 5F | 0 | 4F | 2D | 20 | 14E | 41 | 29 |
| Octal | 255 | 45 | 137 | 0 | 117 | 55 | 40 | 516 | 101 | 51 |
| Binary | 10101101 | 100101 | 1011111 | 0 | 1001111 | 101101 | 100000 | 101001110 | 1000001 | 101001 |
Color Harmonies of #AD255F
Complementary color
Monochromatic Colors of #AD255F
Black with #AD255F
Text Example
Text Example
White with #AD255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD255F; }
p { color: rgb(173,37,95); }
H1.HeaderClassName
{
color: #AD255F;
}
.AnyTagClassName
{
color: #AD255F;
}
</style>
background-color css
<style>
a { background-color: #AD255F; }
a { background-color: rgb(173,37,95); }
div.DivClassName
{
background-color: #AD255F;
}
.BgClassName
{
background-color: #AD255F;
}
</style>
border-color css
<style>
span { border-color: #AD255F; }
span { border-color: rgb(173,37,95); }
td.TdClassName
{
border-color: #AD255F;
}
.TagClassName
{
border-color: #AD255F;
}
</style>