Shades of Lipstick #AE275C
Tints of Lipstick #AE275C
RGB
CMYK
RGB Variations
Color information
#AE275C (or 0xAE275C) is known color: Lipstick. HEX triplet: AE, 27 and 5C. RGB value is (174,39,92). Sum of RGB (Red+Green+Blue) = 174+39+92=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE275C is #51D8A3. Grayscale: #555555. Windows color (decimal): -5363876 or 6039470. OLE color: 6039470.
HSL color Cylindrical-coordinate representation of color #AE275C: hue angle of 336.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE275C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 92 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.32 |
| HSL | 336.44º | 0.63% | 0.42% | - |
| HSV(B) | 336.44º | 0.78% | 0.68% | - |
| XYZ | 20.11 | 11.22 | 11.23 | - |
| YUV | 85.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 92 | 0 | 0.78 | 0.47 | 0.32 | 336.44 | 0.63 | 0.42 |
| Hex | AE | 27 | 5C | 0 | 4E | 2F | 20 | 150 | 3F | 2A |
| Octal | 256 | 47 | 134 | 0 | 116 | 57 | 40 | 520 | 77 | 52 |
| Binary | 10101110 | 100111 | 1011100 | 0 | 1001110 | 101111 | 100000 | 101010000 | 111111 | 101010 |
Color Harmonies of #AE275C
Complementary color
Monochromatic Colors of #AE275C
Black with #AE275C
Text Example
Text Example
White with #AE275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE275C; }
p { color: rgb(174,39,92); }
H1.HeaderClassName
{
color: #AE275C;
}
.AnyTagClassName
{
color: #AE275C;
}
</style>
background-color css
<style>
a { background-color: #AE275C; }
a { background-color: rgb(174,39,92); }
div.DivClassName
{
background-color: #AE275C;
}
.BgClassName
{
background-color: #AE275C;
}
</style>
border-color css
<style>
span { border-color: #AE275C; }
span { border-color: rgb(174,39,92); }
td.TdClassName
{
border-color: #AE275C;
}
.TagClassName
{
border-color: #AE275C;
}
</style>