Shades of Lipstick #A81E4A
Tints of Lipstick #A81E4A
RGB
CMYK
RGB Variations
Color information
#A81E4A (or 0xA81E4A) is known color: Lipstick. HEX triplet: A8, 1E and 4A. RGB value is (168,30,74). Sum of RGB (Red+Green+Blue) = 168+30+74=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81E4A is #57E1B5. Grayscale: #4C4C4C. Windows color (decimal): -5759414 or 4857512. OLE color: 4857512.
HSL color Cylindrical-coordinate representation of color #A81E4A: hue angle of 340.87º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81E4A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 30 | 74 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.34 |
| HSL | 340.87º | 0.7% | 0.39% | - |
| HSV(B) | 340.87º | 0.82% | 0.66% | - |
| XYZ | 17.85 | 9.75 | 7.42 | - |
| YUV | 76.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 74 | 0 | 0.82 | 0.56 | 0.34 | 340.87 | 0.7 | 0.39 |
| Hex | A8 | 1E | 4A | 0 | 52 | 38 | 22 | 155 | 46 | 27 |
| Octal | 250 | 36 | 112 | 0 | 122 | 70 | 42 | 525 | 106 | 47 |
| Binary | 10101000 | 11110 | 1001010 | 0 | 1010010 | 111000 | 100010 | 101010101 | 1000110 | 100111 |
Color Harmonies of #A81E4A
Complementary color
Monochromatic Colors of #A81E4A
Black with #A81E4A
Text Example
Text Example
White with #A81E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81E4A; }
p { color: rgb(168,30,74); }
H1.HeaderClassName
{
color: #A81E4A;
}
.AnyTagClassName
{
color: #A81E4A;
}
</style>
background-color css
<style>
a { background-color: #A81E4A; }
a { background-color: rgb(168,30,74); }
div.DivClassName
{
background-color: #A81E4A;
}
.BgClassName
{
background-color: #A81E4A;
}
</style>
border-color css
<style>
span { border-color: #A81E4A; }
span { border-color: rgb(168,30,74); }
td.TdClassName
{
border-color: #A81E4A;
}
.TagClassName
{
border-color: #A81E4A;
}
</style>