Shades of Lipstick #AF245D
Tints of Lipstick #AF245D
RGB
CMYK
RGB Variations
Color information
#AF245D (or 0xAF245D) is known color: Lipstick. HEX triplet: AF, 24 and 5D. RGB value is (175,36,93). Sum of RGB (Red+Green+Blue) = 175+36+93=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF245D is #50DBA2. Grayscale: #535353. Windows color (decimal): -5299107 or 6104239. OLE color: 6104239.
HSL color Cylindrical-coordinate representation of color #AF245D: hue angle of 335.4º 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 #AF245D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 93 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.31 |
| HSL | 335.4º | 0.66% | 0.41% | - |
| HSV(B) | 335.4º | 0.79% | 0.69% | - |
| XYZ | 20.29 | 11.17 | 11.44 | - |
| YUV | 84.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 93 | 0 | 0.79 | 0.47 | 0.31 | 335.4 | 0.66 | 0.41 |
| Hex | AF | 24 | 5D | 0 | 4F | 2F | 1F | 14F | 42 | 29 |
| Octal | 257 | 44 | 135 | 0 | 117 | 57 | 37 | 517 | 102 | 51 |
| Binary | 10101111 | 100100 | 1011101 | 0 | 1001111 | 101111 | 11111 | 101001111 | 1000010 | 101001 |
Color Harmonies of #AF245D
Complementary color
Monochromatic Colors of #AF245D
Black with #AF245D
Text Example
Text Example
White with #AF245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF245D; }
p { color: rgb(175,36,93); }
H1.HeaderClassName
{
color: #AF245D;
}
.AnyTagClassName
{
color: #AF245D;
}
</style>
background-color css
<style>
a { background-color: #AF245D; }
a { background-color: rgb(175,36,93); }
div.DivClassName
{
background-color: #AF245D;
}
.BgClassName
{
background-color: #AF245D;
}
</style>
border-color css
<style>
span { border-color: #AF245D; }
span { border-color: rgb(175,36,93); }
td.TdClassName
{
border-color: #AF245D;
}
.TagClassName
{
border-color: #AF245D;
}
</style>