Shades of Lipstick #A2255F
Tints of Lipstick #A2255F
RGB
CMYK
RGB Variations
Color information
#A2255F (or 0xA2255F) is known color: Lipstick. HEX triplet: A2, 25 and 5F. RGB value is (162,37,95). Sum of RGB (Red+Green+Blue) = 162+37+95=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2255F is #5DDAA0. Grayscale: #505050. Windows color (decimal): -6150817 or 6235554. OLE color: 6235554.
HSL color Cylindrical-coordinate representation of color #A2255F: hue angle of 332.16º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2255F is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 95 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.36 |
| HSL | 332.16º | 0.63% | 0.39% | - |
| HSV(B) | 332.16º | 0.77% | 0.64% | - |
| XYZ | 17.63 | 9.83 | 11.79 | - |
| YUV | 80.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 95 | 0 | 0.77 | 0.41 | 0.36 | 332.16 | 0.63 | 0.39 |
| Hex | A2 | 25 | 5F | 0 | 4D | 29 | 24 | 14C | 3F | 27 |
| Octal | 242 | 45 | 137 | 0 | 115 | 51 | 44 | 514 | 77 | 47 |
| Binary | 10100010 | 100101 | 1011111 | 0 | 1001101 | 101001 | 100100 | 101001100 | 111111 | 100111 |
Color Harmonies of #A2255F
Complementary color
Monochromatic Colors of #A2255F
Black with #A2255F
Text Example
Text Example
White with #A2255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2255F; }
p { color: rgb(162,37,95); }
H1.HeaderClassName
{
color: #A2255F;
}
.AnyTagClassName
{
color: #A2255F;
}
</style>
background-color css
<style>
a { background-color: #A2255F; }
a { background-color: rgb(162,37,95); }
div.DivClassName
{
background-color: #A2255F;
}
.BgClassName
{
background-color: #A2255F;
}
</style>
border-color css
<style>
span { border-color: #A2255F; }
span { border-color: rgb(162,37,95); }
td.TdClassName
{
border-color: #A2255F;
}
.TagClassName
{
border-color: #A2255F;
}
</style>