Shades of Lipstick #AD2560
Tints of Lipstick #AD2560
RGB
CMYK
RGB Variations
Color information
#AD2560 (or 0xAD2560) is known color: Lipstick. HEX triplet: AD, 25 and 60. RGB value is (173,37,96). Sum of RGB (Red+Green+Blue) = 173+37+96=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2560 is #52DA9F. Grayscale: #545454. Windows color (decimal): -5429920 or 6301101. OLE color: 6301101.
HSL color Cylindrical-coordinate representation of color #AD2560: hue angle of 333.97º 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 #AD2560 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 96 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.32 |
| HSL | 333.97º | 0.65% | 0.41% | - |
| HSV(B) | 333.97º | 0.79% | 0.68% | - |
| XYZ | 20.01 | 11.05 | 12.15 | - |
| YUV | 84.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 96 | 0 | 0.79 | 0.45 | 0.32 | 333.97 | 0.65 | 0.41 |
| Hex | AD | 25 | 60 | 0 | 4F | 2D | 20 | 14E | 41 | 29 |
| Octal | 255 | 45 | 140 | 0 | 117 | 55 | 40 | 516 | 101 | 51 |
| Binary | 10101101 | 100101 | 1100000 | 0 | 1001111 | 101101 | 100000 | 101001110 | 1000001 | 101001 |
Color Harmonies of #AD2560
Complementary color
Monochromatic Colors of #AD2560
Black with #AD2560
Text Example
Text Example
White with #AD2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2560; }
p { color: rgb(173,37,96); }
H1.HeaderClassName
{
color: #AD2560;
}
.AnyTagClassName
{
color: #AD2560;
}
</style>
background-color css
<style>
a { background-color: #AD2560; }
a { background-color: rgb(173,37,96); }
div.DivClassName
{
background-color: #AD2560;
}
.BgClassName
{
background-color: #AD2560;
}
</style>
border-color css
<style>
span { border-color: #AD2560; }
span { border-color: rgb(173,37,96); }
td.TdClassName
{
border-color: #AD2560;
}
.TagClassName
{
border-color: #AD2560;
}
</style>