Shades of Lipstick #A2305E
Tints of Lipstick #A2305E
RGB
CMYK
RGB Variations
Color information
#A2305E (or 0xA2305E) is known color: Lipstick. HEX triplet: A2, 30 and 5E. RGB value is (162,48,94). Sum of RGB (Red+Green+Blue) = 162+48+94=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2305E is #5DCFA1. Grayscale: #575757. Windows color (decimal): -6148002 or 6172834. OLE color: 6172834.
HSL color Cylindrical-coordinate representation of color #A2305E: hue angle of 335.79º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2305E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 94 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.36 |
| HSL | 335.79º | 0.54% | 0.41% | - |
| HSV(B) | 335.79º | 0.7% | 0.64% | - |
| XYZ | 17.98 | 10.6 | 11.69 | - |
| YUV | 87.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 94 | 0 | 0.70 | 0.42 | 0.36 | 335.79 | 0.54 | 0.41 |
| Hex | A2 | 30 | 5E | 0 | 46 | 2A | 24 | 150 | 36 | 29 |
| Octal | 242 | 60 | 136 | 0 | 106 | 52 | 44 | 520 | 66 | 51 |
| Binary | 10100010 | 110000 | 1011110 | 0 | 1000110 | 101010 | 100100 | 101010000 | 110110 | 101001 |
Color Harmonies of #A2305E
Complementary color
Monochromatic Colors of #A2305E
Black with #A2305E
Text Example
Text Example
White with #A2305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2305E; }
p { color: rgb(162,48,94); }
H1.HeaderClassName
{
color: #A2305E;
}
.AnyTagClassName
{
color: #A2305E;
}
</style>
background-color css
<style>
a { background-color: #A2305E; }
a { background-color: rgb(162,48,94); }
div.DivClassName
{
background-color: #A2305E;
}
.BgClassName
{
background-color: #A2305E;
}
</style>
border-color css
<style>
span { border-color: #A2305E; }
span { border-color: rgb(162,48,94); }
td.TdClassName
{
border-color: #A2305E;
}
.TagClassName
{
border-color: #A2305E;
}
</style>