Shades of Lipstick #AD225B
Tints of Lipstick #AD225B
RGB
CMYK
RGB Variations
Color information
#AD225B (or 0xAD225B) is known color: Lipstick. HEX triplet: AD, 22 and 5B. RGB value is (173,34,91). Sum of RGB (Red+Green+Blue) = 173+34+91=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD225B is #52DDA4. Grayscale: #515151. Windows color (decimal): -5430693 or 5972653. OLE color: 5972653.
HSL color Cylindrical-coordinate representation of color #AD225B: hue angle of 335.4º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD225B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 91 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.32 |
| HSL | 335.4º | 0.67% | 0.41% | - |
| HSV(B) | 335.4º | 0.8% | 0.68% | - |
| XYZ | 19.69 | 10.78 | 10.94 | - |
| YUV | 82.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 91 | 0 | 0.80 | 0.47 | 0.32 | 335.4 | 0.67 | 0.41 |
| Hex | AD | 22 | 5B | 0 | 50 | 2F | 20 | 14F | 43 | 29 |
| Octal | 255 | 42 | 133 | 0 | 120 | 57 | 40 | 517 | 103 | 51 |
| Binary | 10101101 | 100010 | 1011011 | 0 | 1010000 | 101111 | 100000 | 101001111 | 1000011 | 101001 |
Color Harmonies of #AD225B
Complementary color
Monochromatic Colors of #AD225B
Black with #AD225B
Text Example
Text Example
White with #AD225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD225B; }
p { color: rgb(173,34,91); }
H1.HeaderClassName
{
color: #AD225B;
}
.AnyTagClassName
{
color: #AD225B;
}
</style>
background-color css
<style>
a { background-color: #AD225B; }
a { background-color: rgb(173,34,91); }
div.DivClassName
{
background-color: #AD225B;
}
.BgClassName
{
background-color: #AD225B;
}
</style>
border-color css
<style>
span { border-color: #AD225B; }
span { border-color: rgb(173,34,91); }
td.TdClassName
{
border-color: #AD225B;
}
.TagClassName
{
border-color: #AD225B;
}
</style>