Shades of Lipstick #AF245E
Tints of Lipstick #AF245E
RGB
CMYK
RGB Variations
Color information
#AF245E (or 0xAF245E) is known color: Lipstick. HEX triplet: AF, 24 and 5E. RGB value is (175,36,94). Sum of RGB (Red+Green+Blue) = 175+36+94=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF245E is #50DBA1. Grayscale: #545454. Windows color (decimal): -5299106 or 6169775. OLE color: 6169775.
HSL color Cylindrical-coordinate representation of color #AF245E: hue angle of 334.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF245E is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 94 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.31 |
| HSL | 334.96º | 0.66% | 0.41% | - |
| HSV(B) | 334.96º | 0.79% | 0.69% | - |
| XYZ | 20.33 | 11.18 | 11.68 | - |
| YUV | 84.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 94 | 0 | 0.79 | 0.46 | 0.31 | 334.96 | 0.66 | 0.41 |
| Hex | AF | 24 | 5E | 0 | 4F | 2E | 1F | 14F | 42 | 29 |
| Octal | 257 | 44 | 136 | 0 | 117 | 56 | 37 | 517 | 102 | 51 |
| Binary | 10101111 | 100100 | 1011110 | 0 | 1001111 | 101110 | 11111 | 101001111 | 1000010 | 101001 |
Color Harmonies of #AF245E
Complementary color
Monochromatic Colors of #AF245E
Black with #AF245E
Text Example
Text Example
White with #AF245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF245E; }
p { color: rgb(175,36,94); }
H1.HeaderClassName
{
color: #AF245E;
}
.AnyTagClassName
{
color: #AF245E;
}
</style>
background-color css
<style>
a { background-color: #AF245E; }
a { background-color: rgb(175,36,94); }
div.DivClassName
{
background-color: #AF245E;
}
.BgClassName
{
background-color: #AF245E;
}
</style>
border-color css
<style>
span { border-color: #AF245E; }
span { border-color: rgb(175,36,94); }
td.TdClassName
{
border-color: #AF245E;
}
.TagClassName
{
border-color: #AF245E;
}
</style>