Shades of Lipstick #AD255A
Tints of Lipstick #AD255A
RGB
CMYK
RGB Variations
Color information
#AD255A (or 0xAD255A) is known color: Lipstick. HEX triplet: AD, 25 and 5A. RGB value is (173,37,90). Sum of RGB (Red+Green+Blue) = 173+37+90=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD255A is #52DAA5. Grayscale: #535353. Windows color (decimal): -5429926 or 5907885. OLE color: 5907885.
HSL color Cylindrical-coordinate representation of color #AD255A: hue angle of 336.62º 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 #AD255A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 90 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.32 |
| HSL | 336.62º | 0.65% | 0.41% | - |
| HSV(B) | 336.62º | 0.79% | 0.68% | - |
| XYZ | 19.74 | 10.95 | 10.75 | - |
| YUV | 83.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 90 | 0 | 0.79 | 0.48 | 0.32 | 336.62 | 0.65 | 0.41 |
| Hex | AD | 25 | 5A | 0 | 4F | 30 | 20 | 151 | 41 | 29 |
| Octal | 255 | 45 | 132 | 0 | 117 | 60 | 40 | 521 | 101 | 51 |
| Binary | 10101101 | 100101 | 1011010 | 0 | 1001111 | 110000 | 100000 | 101010001 | 1000001 | 101001 |
Color Harmonies of #AD255A
Complementary color
Monochromatic Colors of #AD255A
Black with #AD255A
Text Example
Text Example
White with #AD255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD255A; }
p { color: rgb(173,37,90); }
H1.HeaderClassName
{
color: #AD255A;
}
.AnyTagClassName
{
color: #AD255A;
}
</style>
background-color css
<style>
a { background-color: #AD255A; }
a { background-color: rgb(173,37,90); }
div.DivClassName
{
background-color: #AD255A;
}
.BgClassName
{
background-color: #AD255A;
}
</style>
border-color css
<style>
span { border-color: #AD255A; }
span { border-color: rgb(173,37,90); }
td.TdClassName
{
border-color: #AD255A;
}
.TagClassName
{
border-color: #AD255A;
}
</style>