Shades of Lipstick #A2255C
Tints of Lipstick #A2255C
RGB
CMYK
RGB Variations
Color information
#A2255C (or 0xA2255C) is known color: Lipstick. HEX triplet: A2, 25 and 5C. RGB value is (162,37,92). Sum of RGB (Red+Green+Blue) = 162+37+92=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2255C is #5DDAA3. Grayscale: #505050. Windows color (decimal): -6150820 or 6038946. OLE color: 6038946.
HSL color Cylindrical-coordinate representation of color #A2255C: hue angle of 333.6º 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 #A2255C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 92 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.36 |
| HSL | 333.6º | 0.63% | 0.39% | - |
| HSV(B) | 333.6º | 0.77% | 0.64% | - |
| XYZ | 17.49 | 9.78 | 11.09 | - |
| YUV | 80.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 92 | 0 | 0.77 | 0.43 | 0.36 | 333.6 | 0.63 | 0.39 |
| Hex | A2 | 25 | 5C | 0 | 4D | 2B | 24 | 14E | 3F | 27 |
| Octal | 242 | 45 | 134 | 0 | 115 | 53 | 44 | 516 | 77 | 47 |
| Binary | 10100010 | 100101 | 1011100 | 0 | 1001101 | 101011 | 100100 | 101001110 | 111111 | 100111 |
Color Harmonies of #A2255C
Complementary color
Monochromatic Colors of #A2255C
Black with #A2255C
Text Example
Text Example
White with #A2255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2255C; }
p { color: rgb(162,37,92); }
H1.HeaderClassName
{
color: #A2255C;
}
.AnyTagClassName
{
color: #A2255C;
}
</style>
background-color css
<style>
a { background-color: #A2255C; }
a { background-color: rgb(162,37,92); }
div.DivClassName
{
background-color: #A2255C;
}
.BgClassName
{
background-color: #A2255C;
}
</style>
border-color css
<style>
span { border-color: #A2255C; }
span { border-color: rgb(162,37,92); }
td.TdClassName
{
border-color: #A2255C;
}
.TagClassName
{
border-color: #A2255C;
}
</style>