Shades of Lipstick #A8275D
Tints of Lipstick #A8275D
RGB
CMYK
RGB Variations
Color information
#A8275D (or 0xA8275D) is known color: Lipstick. HEX triplet: A8, 27 and 5D. RGB value is (168,39,93). Sum of RGB (Red+Green+Blue) = 168+39+93=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8275D is #57D8A2. Grayscale: #535353. Windows color (decimal): -5757091 or 6105000. OLE color: 6105000.
HSL color Cylindrical-coordinate representation of color #A8275D: hue angle of 334.88º 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 #A8275D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 93 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.34 |
| HSL | 334.88º | 0.62% | 0.41% | - |
| HSV(B) | 334.88º | 0.77% | 0.66% | - |
| XYZ | 18.85 | 10.57 | 11.4 | - |
| YUV | 83.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 93 | 0 | 0.77 | 0.45 | 0.34 | 334.88 | 0.62 | 0.41 |
| Hex | A8 | 27 | 5D | 0 | 4D | 2D | 22 | 14F | 3E | 29 |
| Octal | 250 | 47 | 135 | 0 | 115 | 55 | 42 | 517 | 76 | 51 |
| Binary | 10101000 | 100111 | 1011101 | 0 | 1001101 | 101101 | 100010 | 101001111 | 111110 | 101001 |
Color Harmonies of #A8275D
Complementary color
Monochromatic Colors of #A8275D
Black with #A8275D
Text Example
Text Example
White with #A8275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8275D; }
p { color: rgb(168,39,93); }
H1.HeaderClassName
{
color: #A8275D;
}
.AnyTagClassName
{
color: #A8275D;
}
</style>
background-color css
<style>
a { background-color: #A8275D; }
a { background-color: rgb(168,39,93); }
div.DivClassName
{
background-color: #A8275D;
}
.BgClassName
{
background-color: #A8275D;
}
</style>
border-color css
<style>
span { border-color: #A8275D; }
span { border-color: rgb(168,39,93); }
td.TdClassName
{
border-color: #A8275D;
}
.TagClassName
{
border-color: #A8275D;
}
</style>