Shades of Lipstick #AF285A
Tints of Lipstick #AF285A
RGB
CMYK
RGB Variations
Color information
#AF285A (or 0xAF285A) is known color: Lipstick. HEX triplet: AF, 28 and 5A. RGB value is (175,40,90). Sum of RGB (Red+Green+Blue) = 175+40+90=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF285A is #50D7A5. Grayscale: #565656. Windows color (decimal): -5298086 or 5908655. OLE color: 5908655.
HSL color Cylindrical-coordinate representation of color #AF285A: hue angle of 337.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF285A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 90 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.31 |
| HSL | 337.78º | 0.63% | 0.42% | - |
| HSV(B) | 337.78º | 0.77% | 0.69% | - |
| XYZ | 20.28 | 11.37 | 10.8 | - |
| YUV | 86.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 90 | 0 | 0.77 | 0.49 | 0.31 | 337.78 | 0.63 | 0.42 |
| Hex | AF | 28 | 5A | 0 | 4D | 31 | 1F | 152 | 3F | 2A |
| Octal | 257 | 50 | 132 | 0 | 115 | 61 | 37 | 522 | 77 | 52 |
| Binary | 10101111 | 101000 | 1011010 | 0 | 1001101 | 110001 | 11111 | 101010010 | 111111 | 101010 |
Color Harmonies of #AF285A
Complementary color
Monochromatic Colors of #AF285A
Black with #AF285A
Text Example
Text Example
White with #AF285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF285A; }
p { color: rgb(175,40,90); }
H1.HeaderClassName
{
color: #AF285A;
}
.AnyTagClassName
{
color: #AF285A;
}
</style>
background-color css
<style>
a { background-color: #AF285A; }
a { background-color: rgb(175,40,90); }
div.DivClassName
{
background-color: #AF285A;
}
.BgClassName
{
background-color: #AF285A;
}
</style>
border-color css
<style>
span { border-color: #AF285A; }
span { border-color: rgb(175,40,90); }
td.TdClassName
{
border-color: #AF285A;
}
.TagClassName
{
border-color: #AF285A;
}
</style>