Shades of Lipstick #A8274A
Tints of Lipstick #A8274A
RGB
CMYK
RGB Variations
Color information
#A8274A (or 0xA8274A) is known color: Lipstick. HEX triplet: A8, 27 and 4A. RGB value is (168,39,74). Sum of RGB (Red+Green+Blue) = 168+39+74=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8274A is #57D8B5. Grayscale: #515151. Windows color (decimal): -5757110 or 4859816. OLE color: 4859816.
HSL color Cylindrical-coordinate representation of color #A8274A: hue angle of 343.72º 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 #A8274A is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 74 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.34 |
| HSL | 343.72º | 0.62% | 0.41% | - |
| HSV(B) | 343.72º | 0.77% | 0.66% | - |
| XYZ | 18.11 | 10.27 | 7.51 | - |
| YUV | 81.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 74 | 0 | 0.77 | 0.56 | 0.34 | 343.72 | 0.62 | 0.41 |
| Hex | A8 | 27 | 4A | 0 | 4D | 38 | 22 | 158 | 3E | 29 |
| Octal | 250 | 47 | 112 | 0 | 115 | 70 | 42 | 530 | 76 | 51 |
| Binary | 10101000 | 100111 | 1001010 | 0 | 1001101 | 111000 | 100010 | 101011000 | 111110 | 101001 |
Color Harmonies of #A8274A
Complementary color
Monochromatic Colors of #A8274A
Black with #A8274A
Text Example
Text Example
White with #A8274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8274A; }
p { color: rgb(168,39,74); }
H1.HeaderClassName
{
color: #A8274A;
}
.AnyTagClassName
{
color: #A8274A;
}
</style>
background-color css
<style>
a { background-color: #A8274A; }
a { background-color: rgb(168,39,74); }
div.DivClassName
{
background-color: #A8274A;
}
.BgClassName
{
background-color: #A8274A;
}
</style>
border-color css
<style>
span { border-color: #A8274A; }
span { border-color: rgb(168,39,74); }
td.TdClassName
{
border-color: #A8274A;
}
.TagClassName
{
border-color: #A8274A;
}
</style>