Shades of Lipstick #AB204C
Tints of Lipstick #AB204C
RGB
CMYK
RGB Variations
Color information
#AB204C (or 0xAB204C) is known color: Lipstick. HEX triplet: AB, 20 and 4C. RGB value is (171,32,76). Sum of RGB (Red+Green+Blue) = 171+32+76=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB204C is #54DFB3. Grayscale: #4E4E4E. Windows color (decimal): -5562292 or 4989099. OLE color: 4989099.
HSL color Cylindrical-coordinate representation of color #AB204C: hue angle of 341.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB204C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 76 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.33 |
| HSL | 341.01º | 0.68% | 0.4% | - |
| HSV(B) | 341.01º | 0.81% | 0.67% | - |
| XYZ | 18.62 | 10.21 | 7.83 | - |
| YUV | 78.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 76 | 0 | 0.81 | 0.56 | 0.33 | 341.01 | 0.68 | 0.4 |
| Hex | AB | 20 | 4C | 0 | 51 | 38 | 21 | 155 | 44 | 28 |
| Octal | 253 | 40 | 114 | 0 | 121 | 70 | 41 | 525 | 104 | 50 |
| Binary | 10101011 | 100000 | 1001100 | 0 | 1010001 | 111000 | 100001 | 101010101 | 1000100 | 101000 |
Color Harmonies of #AB204C
Complementary color
Monochromatic Colors of #AB204C
Black with #AB204C
Text Example
Text Example
White with #AB204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB204C; }
p { color: rgb(171,32,76); }
H1.HeaderClassName
{
color: #AB204C;
}
.AnyTagClassName
{
color: #AB204C;
}
</style>
background-color css
<style>
a { background-color: #AB204C; }
a { background-color: rgb(171,32,76); }
div.DivClassName
{
background-color: #AB204C;
}
.BgClassName
{
background-color: #AB204C;
}
</style>
border-color css
<style>
span { border-color: #AB204C; }
span { border-color: rgb(171,32,76); }
td.TdClassName
{
border-color: #AB204C;
}
.TagClassName
{
border-color: #AB204C;
}
</style>