Shades of Lipstick #A8235E
Tints of Lipstick #A8235E
RGB
CMYK
RGB Variations
Color information
#A8235E (or 0xA8235E) is known color: Lipstick. HEX triplet: A8, 23 and 5E. RGB value is (168,35,94). Sum of RGB (Red+Green+Blue) = 168+35+94=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8235E is #57DCA1. Grayscale: #515151. Windows color (decimal): -5758114 or 6169512. OLE color: 6169512.
HSL color Cylindrical-coordinate representation of color #A8235E: hue angle of 333.38º degrees, saturation: 0.66, 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 #A8235E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 94 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.34 |
| HSL | 333.38º | 0.66% | 0.4% | - |
| HSV(B) | 333.38º | 0.79% | 0.66% | - |
| XYZ | 18.77 | 10.34 | 11.6 | - |
| YUV | 81.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 94 | 0 | 0.79 | 0.44 | 0.34 | 333.38 | 0.66 | 0.4 |
| Hex | A8 | 23 | 5E | 0 | 4F | 2C | 22 | 14D | 42 | 28 |
| Octal | 250 | 43 | 136 | 0 | 117 | 54 | 42 | 515 | 102 | 50 |
| Binary | 10101000 | 100011 | 1011110 | 0 | 1001111 | 101100 | 100010 | 101001101 | 1000010 | 101000 |
Color Harmonies of #A8235E
Complementary color
Monochromatic Colors of #A8235E
Black with #A8235E
Text Example
Text Example
White with #A8235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8235E; }
p { color: rgb(168,35,94); }
H1.HeaderClassName
{
color: #A8235E;
}
.AnyTagClassName
{
color: #A8235E;
}
</style>
background-color css
<style>
a { background-color: #A8235E; }
a { background-color: rgb(168,35,94); }
div.DivClassName
{
background-color: #A8235E;
}
.BgClassName
{
background-color: #A8235E;
}
</style>
border-color css
<style>
span { border-color: #A8235E; }
span { border-color: rgb(168,35,94); }
td.TdClassName
{
border-color: #A8235E;
}
.TagClassName
{
border-color: #A8235E;
}
</style>