Shades of Lipstick #A0266B
Tints of Lipstick #A0266B
RGB
CMYK
RGB Variations
Color information
#A0266B (or 0xA0266B) is known color: Lipstick. HEX triplet: A0, 26 and 6B. RGB value is (160,38,107). Sum of RGB (Red+Green+Blue) = 160+38+107=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0266B is #5FD994. Grayscale: #525252. Windows color (decimal): -6281621 or 7022240. OLE color: 7022240.
HSL color Cylindrical-coordinate representation of color #A0266B: hue angle of 326.07º 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 #A0266B is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 107 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.37 |
| HSL | 326.07º | 0.62% | 0.39% | - |
| HSV(B) | 326.07º | 0.76% | 0.63% | - |
| XYZ | 17.84 | 9.92 | 14.88 | - |
| YUV | 82.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 107 | 0 | 0.76 | 0.33 | 0.37 | 326.07 | 0.62 | 0.39 |
| Hex | A0 | 26 | 6B | 0 | 4C | 21 | 25 | 146 | 3E | 27 |
| Octal | 240 | 46 | 153 | 0 | 114 | 41 | 45 | 506 | 76 | 47 |
| Binary | 10100000 | 100110 | 1101011 | 0 | 1001100 | 100001 | 100101 | 101000110 | 111110 | 100111 |
Color Harmonies of #A0266B
Complementary color
Monochromatic Colors of #A0266B
Black with #A0266B
Text Example
Text Example
White with #A0266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0266B; }
p { color: rgb(160,38,107); }
H1.HeaderClassName
{
color: #A0266B;
}
.AnyTagClassName
{
color: #A0266B;
}
</style>
background-color css
<style>
a { background-color: #A0266B; }
a { background-color: rgb(160,38,107); }
div.DivClassName
{
background-color: #A0266B;
}
.BgClassName
{
background-color: #A0266B;
}
</style>
border-color css
<style>
span { border-color: #A0266B; }
span { border-color: rgb(160,38,107); }
td.TdClassName
{
border-color: #A0266B;
}
.TagClassName
{
border-color: #A0266B;
}
</style>