Shades of Lipstick #A8245C
Tints of Lipstick #A8245C
RGB
CMYK
RGB Variations
Color information
#A8245C (or 0xA8245C) is known color: Lipstick. HEX triplet: A8, 24 and 5C. RGB value is (168,36,92). Sum of RGB (Red+Green+Blue) = 168+36+92=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8245C is #57DBA3. Grayscale: #515151. Windows color (decimal): -5757860 or 6038696. OLE color: 6038696.
HSL color Cylindrical-coordinate representation of color #A8245C: hue angle of 334.55º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8245C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 92 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.34 |
| HSL | 334.55º | 0.65% | 0.4% | - |
| HSV(B) | 334.55º | 0.79% | 0.66% | - |
| XYZ | 18.71 | 10.36 | 11.14 | - |
| YUV | 81.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 92 | 0 | 0.79 | 0.45 | 0.34 | 334.55 | 0.65 | 0.4 |
| Hex | A8 | 24 | 5C | 0 | 4F | 2D | 22 | 14F | 41 | 28 |
| Octal | 250 | 44 | 134 | 0 | 117 | 55 | 42 | 517 | 101 | 50 |
| Binary | 10101000 | 100100 | 1011100 | 0 | 1001111 | 101101 | 100010 | 101001111 | 1000001 | 101000 |
Color Harmonies of #A8245C
Complementary color
Monochromatic Colors of #A8245C
Black with #A8245C
Text Example
Text Example
White with #A8245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8245C; }
p { color: rgb(168,36,92); }
H1.HeaderClassName
{
color: #A8245C;
}
.AnyTagClassName
{
color: #A8245C;
}
</style>
background-color css
<style>
a { background-color: #A8245C; }
a { background-color: rgb(168,36,92); }
div.DivClassName
{
background-color: #A8245C;
}
.BgClassName
{
background-color: #A8245C;
}
</style>
border-color css
<style>
span { border-color: #A8245C; }
span { border-color: rgb(168,36,92); }
td.TdClassName
{
border-color: #A8245C;
}
.TagClassName
{
border-color: #A8245C;
}
</style>