Shades of Lipstick #A8254E
Tints of Lipstick #A8254E
RGB
CMYK
RGB Variations
Color information
#A8254E (or 0xA8254E) is known color: Lipstick. HEX triplet: A8, 25 and 4E. RGB value is (168,37,78). Sum of RGB (Red+Green+Blue) = 168+37+78=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8254E is #57DAB1. Grayscale: #505050. Windows color (decimal): -5757618 or 5121448. OLE color: 5121448.
HSL color Cylindrical-coordinate representation of color #A8254E: hue angle of 341.22º 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 #A8254E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 78 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.34 |
| HSL | 341.22º | 0.64% | 0.4% | - |
| HSV(B) | 341.22º | 0.78% | 0.66% | - |
| XYZ | 18.19 | 10.2 | 8.22 | - |
| YUV | 80.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 78 | 0 | 0.78 | 0.54 | 0.34 | 341.22 | 0.64 | 0.4 |
| Hex | A8 | 25 | 4E | 0 | 4E | 36 | 22 | 155 | 40 | 28 |
| Octal | 250 | 45 | 116 | 0 | 116 | 66 | 42 | 525 | 100 | 50 |
| Binary | 10101000 | 100101 | 1001110 | 0 | 1001110 | 110110 | 100010 | 101010101 | 1000000 | 101000 |
Color Harmonies of #A8254E
Complementary color
Monochromatic Colors of #A8254E
Black with #A8254E
Text Example
Text Example
White with #A8254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8254E; }
p { color: rgb(168,37,78); }
H1.HeaderClassName
{
color: #A8254E;
}
.AnyTagClassName
{
color: #A8254E;
}
</style>
background-color css
<style>
a { background-color: #A8254E; }
a { background-color: rgb(168,37,78); }
div.DivClassName
{
background-color: #A8254E;
}
.BgClassName
{
background-color: #A8254E;
}
</style>
border-color css
<style>
span { border-color: #A8254E; }
span { border-color: rgb(168,37,78); }
td.TdClassName
{
border-color: #A8254E;
}
.TagClassName
{
border-color: #A8254E;
}
</style>