Shades of Lipstick #AA265F
Tints of Lipstick #AA265F
RGB
CMYK
RGB Variations
Color information
#AA265F (or 0xAA265F) is known color: Lipstick. HEX triplet: AA, 26 and 5F. RGB value is (170,38,95). Sum of RGB (Red+Green+Blue) = 170+38+95=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA265F is #55D9A0. Grayscale: #535353. Windows color (decimal): -5626273 or 6235818. OLE color: 6235818.
HSL color Cylindrical-coordinate representation of color #AA265F: hue angle of 334.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA265F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 95 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.33 |
| HSL | 334.09º | 0.63% | 0.41% | - |
| HSV(B) | 334.09º | 0.78% | 0.67% | - |
| XYZ | 19.34 | 10.76 | 11.88 | - |
| YUV | 83.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 95 | 0 | 0.78 | 0.44 | 0.33 | 334.09 | 0.63 | 0.41 |
| Hex | AA | 26 | 5F | 0 | 4E | 2C | 21 | 14E | 3F | 29 |
| Octal | 252 | 46 | 137 | 0 | 116 | 54 | 41 | 516 | 77 | 51 |
| Binary | 10101010 | 100110 | 1011111 | 0 | 1001110 | 101100 | 100001 | 101001110 | 111111 | 101001 |
Color Harmonies of #AA265F
Complementary color
Monochromatic Colors of #AA265F
Black with #AA265F
Text Example
Text Example
White with #AA265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA265F; }
p { color: rgb(170,38,95); }
H1.HeaderClassName
{
color: #AA265F;
}
.AnyTagClassName
{
color: #AA265F;
}
</style>
background-color css
<style>
a { background-color: #AA265F; }
a { background-color: rgb(170,38,95); }
div.DivClassName
{
background-color: #AA265F;
}
.BgClassName
{
background-color: #AA265F;
}
</style>
border-color css
<style>
span { border-color: #AA265F; }
span { border-color: rgb(170,38,95); }
td.TdClassName
{
border-color: #AA265F;
}
.TagClassName
{
border-color: #AA265F;
}
</style>