Shades of Lipstick #AD255B
Tints of Lipstick #AD255B
RGB
CMYK
RGB Variations
Color information
#AD255B (or 0xAD255B) is known color: Lipstick. HEX triplet: AD, 25 and 5B. RGB value is (173,37,91). Sum of RGB (Red+Green+Blue) = 173+37+91=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD255B is #52DAA4. Grayscale: #535353. Windows color (decimal): -5429925 or 5973421. OLE color: 5973421.
HSL color Cylindrical-coordinate representation of color #AD255B: hue angle of 336.18º 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 #AD255B is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 91 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.32 |
| HSL | 336.18º | 0.65% | 0.41% | - |
| HSV(B) | 336.18º | 0.79% | 0.68% | - |
| XYZ | 19.78 | 10.96 | 10.97 | - |
| YUV | 83.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 91 | 0 | 0.79 | 0.47 | 0.32 | 336.18 | 0.65 | 0.41 |
| Hex | AD | 25 | 5B | 0 | 4F | 2F | 20 | 150 | 41 | 29 |
| Octal | 255 | 45 | 133 | 0 | 117 | 57 | 40 | 520 | 101 | 51 |
| Binary | 10101101 | 100101 | 1011011 | 0 | 1001111 | 101111 | 100000 | 101010000 | 1000001 | 101001 |
Color Harmonies of #AD255B
Complementary color
Monochromatic Colors of #AD255B
Black with #AD255B
Text Example
Text Example
White with #AD255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD255B; }
p { color: rgb(173,37,91); }
H1.HeaderClassName
{
color: #AD255B;
}
.AnyTagClassName
{
color: #AD255B;
}
</style>
background-color css
<style>
a { background-color: #AD255B; }
a { background-color: rgb(173,37,91); }
div.DivClassName
{
background-color: #AD255B;
}
.BgClassName
{
background-color: #AD255B;
}
</style>
border-color css
<style>
span { border-color: #AD255B; }
span { border-color: rgb(173,37,91); }
td.TdClassName
{
border-color: #AD255B;
}
.TagClassName
{
border-color: #AD255B;
}
</style>