Shades of Lipstick #A0265F
Tints of Lipstick #A0265F
RGB
CMYK
RGB Variations
Color information
#A0265F (or 0xA0265F) is known color: Lipstick. HEX triplet: A0, 26 and 5F. RGB value is (160,38,95). Sum of RGB (Red+Green+Blue) = 160+38+95=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0265F is #5FD9A0. Grayscale: #505050. Windows color (decimal): -6281633 or 6235808. OLE color: 6235808.
HSL color Cylindrical-coordinate representation of color #A0265F: hue angle of 331.97º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0265F is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 95 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.37 |
| HSL | 331.97º | 0.62% | 0.39% | - |
| HSV(B) | 331.97º | 0.76% | 0.63% | - |
| XYZ | 17.26 | 9.69 | 11.79 | - |
| YUV | 80.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 95 | 0 | 0.76 | 0.41 | 0.37 | 331.97 | 0.62 | 0.39 |
| Hex | A0 | 26 | 5F | 0 | 4C | 29 | 25 | 14C | 3E | 27 |
| Octal | 240 | 46 | 137 | 0 | 114 | 51 | 45 | 514 | 76 | 47 |
| Binary | 10100000 | 100110 | 1011111 | 0 | 1001100 | 101001 | 100101 | 101001100 | 111110 | 100111 |
Color Harmonies of #A0265F
Complementary color
Monochromatic Colors of #A0265F
Black with #A0265F
Text Example
Text Example
White with #A0265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0265F; }
p { color: rgb(160,38,95); }
H1.HeaderClassName
{
color: #A0265F;
}
.AnyTagClassName
{
color: #A0265F;
}
</style>
background-color css
<style>
a { background-color: #A0265F; }
a { background-color: rgb(160,38,95); }
div.DivClassName
{
background-color: #A0265F;
}
.BgClassName
{
background-color: #A0265F;
}
</style>
border-color css
<style>
span { border-color: #A0265F; }
span { border-color: rgb(160,38,95); }
td.TdClassName
{
border-color: #A0265F;
}
.TagClassName
{
border-color: #A0265F;
}
</style>