Shades of Lipstick #AE255A
Tints of Lipstick #AE255A
RGB
CMYK
RGB Variations
Color information
#AE255A (or 0xAE255A) is known color: Lipstick. HEX triplet: AE, 25 and 5A. RGB value is (174,37,90). Sum of RGB (Red+Green+Blue) = 174+37+90=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE255A is #51DAA5. Grayscale: #535353. Windows color (decimal): -5364390 or 5907886. OLE color: 5907886.
HSL color Cylindrical-coordinate representation of color #AE255A: hue angle of 336.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE255A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 90 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.32 |
| HSL | 336.79º | 0.65% | 0.41% | - |
| HSV(B) | 336.79º | 0.79% | 0.68% | - |
| XYZ | 19.96 | 11.06 | 10.76 | - |
| YUV | 84.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 90 | 0 | 0.79 | 0.48 | 0.32 | 336.79 | 0.65 | 0.41 |
| Hex | AE | 25 | 5A | 0 | 4F | 30 | 20 | 151 | 41 | 29 |
| Octal | 256 | 45 | 132 | 0 | 117 | 60 | 40 | 521 | 101 | 51 |
| Binary | 10101110 | 100101 | 1011010 | 0 | 1001111 | 110000 | 100000 | 101010001 | 1000001 | 101001 |
Color Harmonies of #AE255A
Complementary color
Monochromatic Colors of #AE255A
Black with #AE255A
Text Example
Text Example
White with #AE255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE255A; }
p { color: rgb(174,37,90); }
H1.HeaderClassName
{
color: #AE255A;
}
.AnyTagClassName
{
color: #AE255A;
}
</style>
background-color css
<style>
a { background-color: #AE255A; }
a { background-color: rgb(174,37,90); }
div.DivClassName
{
background-color: #AE255A;
}
.BgClassName
{
background-color: #AE255A;
}
</style>
border-color css
<style>
span { border-color: #AE255A; }
span { border-color: rgb(174,37,90); }
td.TdClassName
{
border-color: #AE255A;
}
.TagClassName
{
border-color: #AE255A;
}
</style>