Shades of Lipstick #A8275F
Tints of Lipstick #A8275F
RGB
CMYK
RGB Variations
Color information
#A8275F (or 0xA8275F) is known color: Lipstick. HEX triplet: A8, 27 and 5F. RGB value is (168,39,95). Sum of RGB (Red+Green+Blue) = 168+39+95=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8275F is #57D8A0. Grayscale: #535353. Windows color (decimal): -5757089 or 6236072. OLE color: 6236072.
HSL color Cylindrical-coordinate representation of color #A8275F: hue angle of 333.95º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8275F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 95 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.34 |
| HSL | 333.95º | 0.62% | 0.41% | - |
| HSV(B) | 333.95º | 0.77% | 0.66% | - |
| XYZ | 18.94 | 10.6 | 11.87 | - |
| YUV | 83.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 95 | 0 | 0.77 | 0.43 | 0.34 | 333.95 | 0.62 | 0.41 |
| Hex | A8 | 27 | 5F | 0 | 4D | 2B | 22 | 14E | 3E | 29 |
| Octal | 250 | 47 | 137 | 0 | 115 | 53 | 42 | 516 | 76 | 51 |
| Binary | 10101000 | 100111 | 1011111 | 0 | 1001101 | 101011 | 100010 | 101001110 | 111110 | 101001 |
Color Harmonies of #A8275F
Complementary color
Monochromatic Colors of #A8275F
Black with #A8275F
Text Example
Text Example
White with #A8275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8275F; }
p { color: rgb(168,39,95); }
H1.HeaderClassName
{
color: #A8275F;
}
.AnyTagClassName
{
color: #A8275F;
}
</style>
background-color css
<style>
a { background-color: #A8275F; }
a { background-color: rgb(168,39,95); }
div.DivClassName
{
background-color: #A8275F;
}
.BgClassName
{
background-color: #A8275F;
}
</style>
border-color css
<style>
span { border-color: #A8275F; }
span { border-color: rgb(168,39,95); }
td.TdClassName
{
border-color: #A8275F;
}
.TagClassName
{
border-color: #A8275F;
}
</style>