Shades of Lipstick #AB285A
Tints of Lipstick #AB285A
RGB
CMYK
RGB Variations
Color information
#AB285A (or 0xAB285A) is known color: Lipstick. HEX triplet: AB, 28 and 5A. RGB value is (171,40,90). Sum of RGB (Red+Green+Blue) = 171+40+90=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB285A is #54D7A5. Grayscale: #545454. Windows color (decimal): -5560230 or 5908651. OLE color: 5908651.
HSL color Cylindrical-coordinate representation of color #AB285A: hue angle of 337.1º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB285A is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 90 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.33 |
| HSL | 337.1º | 0.62% | 0.41% | - |
| HSV(B) | 337.1º | 0.77% | 0.67% | - |
| XYZ | 19.4 | 10.91 | 10.76 | - |
| YUV | 84.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 90 | 0 | 0.77 | 0.47 | 0.33 | 337.1 | 0.62 | 0.41 |
| Hex | AB | 28 | 5A | 0 | 4D | 2F | 21 | 151 | 3E | 29 |
| Octal | 253 | 50 | 132 | 0 | 115 | 57 | 41 | 521 | 76 | 51 |
| Binary | 10101011 | 101000 | 1011010 | 0 | 1001101 | 101111 | 100001 | 101010001 | 111110 | 101001 |
Color Harmonies of #AB285A
Complementary color
Monochromatic Colors of #AB285A
Black with #AB285A
Text Example
Text Example
White with #AB285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB285A; }
p { color: rgb(171,40,90); }
H1.HeaderClassName
{
color: #AB285A;
}
.AnyTagClassName
{
color: #AB285A;
}
</style>
background-color css
<style>
a { background-color: #AB285A; }
a { background-color: rgb(171,40,90); }
div.DivClassName
{
background-color: #AB285A;
}
.BgClassName
{
background-color: #AB285A;
}
</style>
border-color css
<style>
span { border-color: #AB285A; }
span { border-color: rgb(171,40,90); }
td.TdClassName
{
border-color: #AB285A;
}
.TagClassName
{
border-color: #AB285A;
}
</style>