Shades of Lipstick #A91E53
Tints of Lipstick #A91E53
RGB
CMYK
RGB Variations
Color information
#A91E53 (or 0xA91E53) is known color: Lipstick. HEX triplet: A9, 1E and 53. RGB value is (169,30,83). Sum of RGB (Red+Green+Blue) = 169+30+83=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E53 is #56E1AC. Grayscale: #4D4D4D. Windows color (decimal): -5693869 or 5447337. OLE color: 5447337.
HSL color Cylindrical-coordinate representation of color #A91E53: hue angle of 337.12º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E53 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 83 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.34 |
| HSL | 337.12º | 0.7% | 0.39% | - |
| HSV(B) | 337.12º | 0.82% | 0.66% | - |
| XYZ | 18.39 | 9.99 | 9.14 | - |
| YUV | 77.6 | 131.05 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 83 | 0 | 0.82 | 0.51 | 0.34 | 337.12 | 0.7 | 0.39 |
| Hex | A9 | 1E | 53 | 0 | 52 | 33 | 22 | 151 | 46 | 27 |
| Octal | 251 | 36 | 123 | 0 | 122 | 63 | 42 | 521 | 106 | 47 |
| Binary | 10101001 | 11110 | 1010011 | 0 | 1010010 | 110011 | 100010 | 101010001 | 1000110 | 100111 |
Color Harmonies of #A91E53
Complementary color
Monochromatic Colors of #A91E53
Black with #A91E53
Text Example
Text Example
White with #A91E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E53; }
p { color: rgb(169,30,83); }
H1.HeaderClassName
{
color: #A91E53;
}
.AnyTagClassName
{
color: #A91E53;
}
</style>
background-color css
<style>
a { background-color: #A91E53; }
a { background-color: rgb(169,30,83); }
div.DivClassName
{
background-color: #A91E53;
}
.BgClassName
{
background-color: #A91E53;
}
</style>
border-color css
<style>
span { border-color: #A91E53; }
span { border-color: rgb(169,30,83); }
td.TdClassName
{
border-color: #A91E53;
}
.TagClassName
{
border-color: #A91E53;
}
</style>