Shades of Lipstick #A0296E
Tints of Lipstick #A0296E
RGB
CMYK
RGB Variations
Color information
#A0296E (or 0xA0296E) is known color: Lipstick. HEX triplet: A0, 29 and 6E. RGB value is (160,41,110). Sum of RGB (Red+Green+Blue) = 160+41+110=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0296E is #5FD691. Grayscale: #545454. Windows color (decimal): -6280850 or 7219616. OLE color: 7219616.
HSL color Cylindrical-coordinate representation of color #A0296E: hue angle of 325.21º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0296E is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 110 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.37 |
| HSL | 325.21º | 0.59% | 0.39% | - |
| HSV(B) | 325.21º | 0.74% | 0.63% | - |
| XYZ | 18.1 | 10.19 | 15.76 | - |
| YUV | 84.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 110 | 0 | 0.74 | 0.31 | 0.37 | 325.21 | 0.59 | 0.39 |
| Hex | A0 | 29 | 6E | 0 | 4A | 1F | 25 | 145 | 3B | 27 |
| Octal | 240 | 51 | 156 | 0 | 112 | 37 | 45 | 505 | 73 | 47 |
| Binary | 10100000 | 101001 | 1101110 | 0 | 1001010 | 11111 | 100101 | 101000101 | 111011 | 100111 |
Color Harmonies of #A0296E
Complementary color
Monochromatic Colors of #A0296E
Black with #A0296E
Text Example
Text Example
White with #A0296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0296E; }
p { color: rgb(160,41,110); }
H1.HeaderClassName
{
color: #A0296E;
}
.AnyTagClassName
{
color: #A0296E;
}
</style>
background-color css
<style>
a { background-color: #A0296E; }
a { background-color: rgb(160,41,110); }
div.DivClassName
{
background-color: #A0296E;
}
.BgClassName
{
background-color: #A0296E;
}
</style>
border-color css
<style>
span { border-color: #A0296E; }
span { border-color: rgb(160,41,110); }
td.TdClassName
{
border-color: #A0296E;
}
.TagClassName
{
border-color: #A0296E;
}
</style>