Shades of Lipstick #AF245B
Tints of Lipstick #AF245B
RGB
CMYK
RGB Variations
Color information
#AF245B (or 0xAF245B) is known color: Lipstick. HEX triplet: AF, 24 and 5B. RGB value is (175,36,91). Sum of RGB (Red+Green+Blue) = 175+36+91=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF245B is #50DBA4. Grayscale: #535353. Windows color (decimal): -5299109 or 5973167. OLE color: 5973167.
HSL color Cylindrical-coordinate representation of color #AF245B: hue angle of 336.26º 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 #AF245B is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 91 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.31 |
| HSL | 336.26º | 0.66% | 0.41% | - |
| HSV(B) | 336.26º | 0.79% | 0.69% | - |
| XYZ | 20.2 | 11.13 | 10.98 | - |
| YUV | 83.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 91 | 0 | 0.79 | 0.48 | 0.31 | 336.26 | 0.66 | 0.41 |
| Hex | AF | 24 | 5B | 0 | 4F | 30 | 1F | 150 | 42 | 29 |
| Octal | 257 | 44 | 133 | 0 | 117 | 60 | 37 | 520 | 102 | 51 |
| Binary | 10101111 | 100100 | 1011011 | 0 | 1001111 | 110000 | 11111 | 101010000 | 1000010 | 101001 |
Color Harmonies of #AF245B
Complementary color
Monochromatic Colors of #AF245B
Black with #AF245B
Text Example
Text Example
White with #AF245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF245B; }
p { color: rgb(175,36,91); }
H1.HeaderClassName
{
color: #AF245B;
}
.AnyTagClassName
{
color: #AF245B;
}
</style>
background-color css
<style>
a { background-color: #AF245B; }
a { background-color: rgb(175,36,91); }
div.DivClassName
{
background-color: #AF245B;
}
.BgClassName
{
background-color: #AF245B;
}
</style>
border-color css
<style>
span { border-color: #AF245B; }
span { border-color: rgb(175,36,91); }
td.TdClassName
{
border-color: #AF245B;
}
.TagClassName
{
border-color: #AF245B;
}
</style>