Shades of Lipstick #A0265B
Tints of Lipstick #A0265B
RGB
CMYK
RGB Variations
Color information
#A0265B (or 0xA0265B) is known color: Lipstick. HEX triplet: A0, 26 and 5B. RGB value is (160,38,91). Sum of RGB (Red+Green+Blue) = 160+38+91=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0265B is #5FD9A4. Grayscale: #505050. Windows color (decimal): -6281637 or 5973664. OLE color: 5973664.
HSL color Cylindrical-coordinate representation of color #A0265B: hue angle of 333.93º 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 #A0265B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 91 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.37 |
| HSL | 333.93º | 0.62% | 0.39% | - |
| HSV(B) | 333.93º | 0.76% | 0.63% | - |
| XYZ | 17.08 | 9.62 | 10.85 | - |
| YUV | 80.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 91 | 0 | 0.76 | 0.43 | 0.37 | 333.93 | 0.62 | 0.39 |
| Hex | A0 | 26 | 5B | 0 | 4C | 2B | 25 | 14E | 3E | 27 |
| Octal | 240 | 46 | 133 | 0 | 114 | 53 | 45 | 516 | 76 | 47 |
| Binary | 10100000 | 100110 | 1011011 | 0 | 1001100 | 101011 | 100101 | 101001110 | 111110 | 100111 |
Color Harmonies of #A0265B
Complementary color
Monochromatic Colors of #A0265B
Black with #A0265B
Text Example
Text Example
White with #A0265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0265B; }
p { color: rgb(160,38,91); }
H1.HeaderClassName
{
color: #A0265B;
}
.AnyTagClassName
{
color: #A0265B;
}
</style>
background-color css
<style>
a { background-color: #A0265B; }
a { background-color: rgb(160,38,91); }
div.DivClassName
{
background-color: #A0265B;
}
.BgClassName
{
background-color: #A0265B;
}
</style>
border-color css
<style>
span { border-color: #A0265B; }
span { border-color: rgb(160,38,91); }
td.TdClassName
{
border-color: #A0265B;
}
.TagClassName
{
border-color: #A0265B;
}
</style>