Shades of Lipstick #AA265D
Tints of Lipstick #AA265D
RGB
CMYK
RGB Variations
Color information
#AA265D (or 0xAA265D) is known color: Lipstick. HEX triplet: AA, 26 and 5D. RGB value is (170,38,93). Sum of RGB (Red+Green+Blue) = 170+38+93=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA265D is #55D9A2. Grayscale: #535353. Windows color (decimal): -5626275 or 6104746. OLE color: 6104746.
HSL color Cylindrical-coordinate representation of color #AA265D: hue angle of 335º 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 #AA265D is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 93 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.33 |
| HSL | 335º | 0.63% | 0.41% | - |
| HSV(B) | 335º | 0.78% | 0.67% | - |
| XYZ | 19.25 | 10.72 | 11.41 | - |
| YUV | 83.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 93 | 0 | 0.78 | 0.45 | 0.33 | 335 | 0.63 | 0.41 |
| Hex | AA | 26 | 5D | 0 | 4E | 2D | 21 | 14F | 3F | 29 |
| Octal | 252 | 46 | 135 | 0 | 116 | 55 | 41 | 517 | 77 | 51 |
| Binary | 10101010 | 100110 | 1011101 | 0 | 1001110 | 101101 | 100001 | 101001111 | 111111 | 101001 |
Color Harmonies of #AA265D
Complementary color
Monochromatic Colors of #AA265D
Black with #AA265D
Text Example
Text Example
White with #AA265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA265D; }
p { color: rgb(170,38,93); }
H1.HeaderClassName
{
color: #AA265D;
}
.AnyTagClassName
{
color: #AA265D;
}
</style>
background-color css
<style>
a { background-color: #AA265D; }
a { background-color: rgb(170,38,93); }
div.DivClassName
{
background-color: #AA265D;
}
.BgClassName
{
background-color: #AA265D;
}
</style>
border-color css
<style>
span { border-color: #AA265D; }
span { border-color: rgb(170,38,93); }
td.TdClassName
{
border-color: #AA265D;
}
.TagClassName
{
border-color: #AA265D;
}
</style>