Shades of Lipstick #AF2558
Tints of Lipstick #AF2558
RGB
CMYK
RGB Variations
Color information
#AF2558 (or 0xAF2558) is known color: Lipstick. HEX triplet: AF, 25 and 58. RGB value is (175,37,88). Sum of RGB (Red+Green+Blue) = 175+37+88=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2558 is #50DAA7. Grayscale: #545454. Windows color (decimal): -5298856 or 5776815. OLE color: 5776815.
HSL color Cylindrical-coordinate representation of color #AF2558: hue angle of 337.83º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2558 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 88 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.31 |
| HSL | 337.83º | 0.65% | 0.42% | - |
| HSV(B) | 337.83º | 0.79% | 0.69% | - |
| XYZ | 20.1 | 11.14 | 10.32 | - |
| YUV | 84.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 88 | 0 | 0.79 | 0.50 | 0.31 | 337.83 | 0.65 | 0.42 |
| Hex | AF | 25 | 58 | 0 | 4F | 32 | 1F | 152 | 41 | 2A |
| Octal | 257 | 45 | 130 | 0 | 117 | 62 | 37 | 522 | 101 | 52 |
| Binary | 10101111 | 100101 | 1011000 | 0 | 1001111 | 110010 | 11111 | 101010010 | 1000001 | 101010 |
Color Harmonies of #AF2558
Complementary color
Monochromatic Colors of #AF2558
Black with #AF2558
Text Example
Text Example
White with #AF2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2558; }
p { color: rgb(175,37,88); }
H1.HeaderClassName
{
color: #AF2558;
}
.AnyTagClassName
{
color: #AF2558;
}
</style>
background-color css
<style>
a { background-color: #AF2558; }
a { background-color: rgb(175,37,88); }
div.DivClassName
{
background-color: #AF2558;
}
.BgClassName
{
background-color: #AF2558;
}
</style>
border-color css
<style>
span { border-color: #AF2558; }
span { border-color: rgb(175,37,88); }
td.TdClassName
{
border-color: #AF2558;
}
.TagClassName
{
border-color: #AF2558;
}
</style>