Shades of Lipstick #AE285B
Tints of Lipstick #AE285B
RGB
CMYK
RGB Variations
Color information
#AE285B (or 0xAE285B) is known color: Lipstick. HEX triplet: AE, 28 and 5B. RGB value is (174,40,91). Sum of RGB (Red+Green+Blue) = 174+40+91=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE285B is #51D7A4. Grayscale: #555555. Windows color (decimal): -5363621 or 5974190. OLE color: 5974190.
HSL color Cylindrical-coordinate representation of color #AE285B: hue angle of 337.16º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE285B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 91 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.32 |
| HSL | 337.16º | 0.63% | 0.42% | - |
| HSV(B) | 337.16º | 0.77% | 0.68% | - |
| XYZ | 20.1 | 11.27 | 11.01 | - |
| YUV | 85.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 91 | 0 | 0.77 | 0.48 | 0.32 | 337.16 | 0.63 | 0.42 |
| Hex | AE | 28 | 5B | 0 | 4D | 30 | 20 | 151 | 3F | 2A |
| Octal | 256 | 50 | 133 | 0 | 115 | 60 | 40 | 521 | 77 | 52 |
| Binary | 10101110 | 101000 | 1011011 | 0 | 1001101 | 110000 | 100000 | 101010001 | 111111 | 101010 |
Color Harmonies of #AE285B
Complementary color
Monochromatic Colors of #AE285B
Black with #AE285B
Text Example
Text Example
White with #AE285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE285B; }
p { color: rgb(174,40,91); }
H1.HeaderClassName
{
color: #AE285B;
}
.AnyTagClassName
{
color: #AE285B;
}
</style>
background-color css
<style>
a { background-color: #AE285B; }
a { background-color: rgb(174,40,91); }
div.DivClassName
{
background-color: #AE285B;
}
.BgClassName
{
background-color: #AE285B;
}
</style>
border-color css
<style>
span { border-color: #AE285B; }
span { border-color: rgb(174,40,91); }
td.TdClassName
{
border-color: #AE285B;
}
.TagClassName
{
border-color: #AE285B;
}
</style>