Shades of Lipstick #AB285D
Tints of Lipstick #AB285D
RGB
CMYK
RGB Variations
Color information
#AB285D (or 0xAB285D) is known color: Lipstick. HEX triplet: AB, 28 and 5D. RGB value is (171,40,93). Sum of RGB (Red+Green+Blue) = 171+40+93=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB285D is #54D7A2. Grayscale: #555555. Windows color (decimal): -5560227 or 6105259. OLE color: 6105259.
HSL color Cylindrical-coordinate representation of color #AB285D: hue angle of 335.73º 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 #AB285D is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 93 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.33 |
| HSL | 335.73º | 0.62% | 0.41% | - |
| HSV(B) | 335.73º | 0.77% | 0.67% | - |
| XYZ | 19.53 | 10.97 | 11.44 | - |
| YUV | 85.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 93 | 0 | 0.77 | 0.46 | 0.33 | 335.73 | 0.62 | 0.41 |
| Hex | AB | 28 | 5D | 0 | 4D | 2E | 21 | 150 | 3E | 29 |
| Octal | 253 | 50 | 135 | 0 | 115 | 56 | 41 | 520 | 76 | 51 |
| Binary | 10101011 | 101000 | 1011101 | 0 | 1001101 | 101110 | 100001 | 101010000 | 111110 | 101001 |
Color Harmonies of #AB285D
Complementary color
Monochromatic Colors of #AB285D
Black with #AB285D
Text Example
Text Example
White with #AB285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB285D; }
p { color: rgb(171,40,93); }
H1.HeaderClassName
{
color: #AB285D;
}
.AnyTagClassName
{
color: #AB285D;
}
</style>
background-color css
<style>
a { background-color: #AB285D; }
a { background-color: rgb(171,40,93); }
div.DivClassName
{
background-color: #AB285D;
}
.BgClassName
{
background-color: #AB285D;
}
</style>
border-color css
<style>
span { border-color: #AB285D; }
span { border-color: rgb(171,40,93); }
td.TdClassName
{
border-color: #AB285D;
}
.TagClassName
{
border-color: #AB285D;
}
</style>