Shades of Lipstick #A8254C
Tints of Lipstick #A8254C
RGB
CMYK
RGB Variations
Color information
#A8254C (or 0xA8254C) is known color: Lipstick. HEX triplet: A8, 25 and 4C. RGB value is (168,37,76). Sum of RGB (Red+Green+Blue) = 168+37+76=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8254C is #57DAB3. Grayscale: #505050. Windows color (decimal): -5757620 or 4990376. OLE color: 4990376.
HSL color Cylindrical-coordinate representation of color #A8254C: hue angle of 342.14º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8254C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 76 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.34 |
| HSL | 342.14º | 0.64% | 0.4% | - |
| HSV(B) | 342.14º | 0.78% | 0.66% | - |
| XYZ | 18.11 | 10.17 | 7.85 | - |
| YUV | 80.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 76 | 0 | 0.78 | 0.55 | 0.34 | 342.14 | 0.64 | 0.4 |
| Hex | A8 | 25 | 4C | 0 | 4E | 37 | 22 | 156 | 40 | 28 |
| Octal | 250 | 45 | 114 | 0 | 116 | 67 | 42 | 526 | 100 | 50 |
| Binary | 10101000 | 100101 | 1001100 | 0 | 1001110 | 110111 | 100010 | 101010110 | 1000000 | 101000 |
Color Harmonies of #A8254C
Complementary color
Monochromatic Colors of #A8254C
Black with #A8254C
Text Example
Text Example
White with #A8254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8254C; }
p { color: rgb(168,37,76); }
H1.HeaderClassName
{
color: #A8254C;
}
.AnyTagClassName
{
color: #A8254C;
}
</style>
background-color css
<style>
a { background-color: #A8254C; }
a { background-color: rgb(168,37,76); }
div.DivClassName
{
background-color: #A8254C;
}
.BgClassName
{
background-color: #A8254C;
}
</style>
border-color css
<style>
span { border-color: #A8254C; }
span { border-color: rgb(168,37,76); }
td.TdClassName
{
border-color: #A8254C;
}
.TagClassName
{
border-color: #A8254C;
}
</style>