Shades of Lipstick #A0265D
Tints of Lipstick #A0265D
RGB
CMYK
RGB Variations
Color information
#A0265D (or 0xA0265D) is known color: Lipstick. HEX triplet: A0, 26 and 5D. RGB value is (160,38,93). Sum of RGB (Red+Green+Blue) = 160+38+93=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0265D is #5FD9A2. Grayscale: #505050. Windows color (decimal): -6281635 or 6104736. OLE color: 6104736.
HSL color Cylindrical-coordinate representation of color #A0265D: hue angle of 332.95º 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 #A0265D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 93 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.37 |
| HSL | 332.95º | 0.62% | 0.39% | - |
| HSV(B) | 332.95º | 0.76% | 0.63% | - |
| XYZ | 17.17 | 9.65 | 11.31 | - |
| YUV | 80.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 93 | 0 | 0.76 | 0.42 | 0.37 | 332.95 | 0.62 | 0.39 |
| Hex | A0 | 26 | 5D | 0 | 4C | 2A | 25 | 14D | 3E | 27 |
| Octal | 240 | 46 | 135 | 0 | 114 | 52 | 45 | 515 | 76 | 47 |
| Binary | 10100000 | 100110 | 1011101 | 0 | 1001100 | 101010 | 100101 | 101001101 | 111110 | 100111 |
Color Harmonies of #A0265D
Complementary color
Monochromatic Colors of #A0265D
Black with #A0265D
Text Example
Text Example
White with #A0265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0265D; }
p { color: rgb(160,38,93); }
H1.HeaderClassName
{
color: #A0265D;
}
.AnyTagClassName
{
color: #A0265D;
}
</style>
background-color css
<style>
a { background-color: #A0265D; }
a { background-color: rgb(160,38,93); }
div.DivClassName
{
background-color: #A0265D;
}
.BgClassName
{
background-color: #A0265D;
}
</style>
border-color css
<style>
span { border-color: #A0265D; }
span { border-color: rgb(160,38,93); }
td.TdClassName
{
border-color: #A0265D;
}
.TagClassName
{
border-color: #A0265D;
}
</style>