Shades of Lipstick #A2285B
Tints of Lipstick #A2285B
RGB
CMYK
RGB Variations
Color information
#A2285B (or 0xA2285B) is known color: Lipstick. HEX triplet: A2, 28 and 5B. RGB value is (162,40,91). Sum of RGB (Red+Green+Blue) = 162+40+91=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2285B is #5DD7A4. Grayscale: #525252. Windows color (decimal): -6150053 or 5974178. OLE color: 5974178.
HSL color Cylindrical-coordinate representation of color #A2285B: hue angle of 334.92º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2285B is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 91 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.36 |
| HSL | 334.92º | 0.6% | 0.4% | - |
| HSV(B) | 334.92º | 0.75% | 0.64% | - |
| XYZ | 17.55 | 9.95 | 10.89 | - |
| YUV | 82.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 91 | 0 | 0.75 | 0.44 | 0.36 | 334.92 | 0.6 | 0.4 |
| Hex | A2 | 28 | 5B | 0 | 4B | 2C | 24 | 14F | 3C | 28 |
| Octal | 242 | 50 | 133 | 0 | 113 | 54 | 44 | 517 | 74 | 50 |
| Binary | 10100010 | 101000 | 1011011 | 0 | 1001011 | 101100 | 100100 | 101001111 | 111100 | 101000 |
Color Harmonies of #A2285B
Complementary color
Monochromatic Colors of #A2285B
Black with #A2285B
Text Example
Text Example
White with #A2285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2285B; }
p { color: rgb(162,40,91); }
H1.HeaderClassName
{
color: #A2285B;
}
.AnyTagClassName
{
color: #A2285B;
}
</style>
background-color css
<style>
a { background-color: #A2285B; }
a { background-color: rgb(162,40,91); }
div.DivClassName
{
background-color: #A2285B;
}
.BgClassName
{
background-color: #A2285B;
}
</style>
border-color css
<style>
span { border-color: #A2285B; }
span { border-color: rgb(162,40,91); }
td.TdClassName
{
border-color: #A2285B;
}
.TagClassName
{
border-color: #A2285B;
}
</style>