Shades of Lipstick #AF275C
Tints of Lipstick #AF275C
RGB
CMYK
RGB Variations
Color information
#AF275C (or 0xAF275C) is known color: Lipstick. HEX triplet: AF, 27 and 5C. RGB value is (175,39,92). Sum of RGB (Red+Green+Blue) = 175+39+92=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF275C is #50D8A3. Grayscale: #555555. Windows color (decimal): -5298340 or 6039471. OLE color: 6039471.
HSL color Cylindrical-coordinate representation of color #AF275C: hue angle of 336.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF275C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 92 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.31 |
| HSL | 336.62º | 0.64% | 0.42% | - |
| HSV(B) | 336.62º | 0.78% | 0.69% | - |
| XYZ | 20.34 | 11.34 | 11.24 | - |
| YUV | 85.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 92 | 0 | 0.78 | 0.47 | 0.31 | 336.62 | 0.64 | 0.42 |
| Hex | AF | 27 | 5C | 0 | 4E | 2F | 1F | 151 | 40 | 2A |
| Octal | 257 | 47 | 134 | 0 | 116 | 57 | 37 | 521 | 100 | 52 |
| Binary | 10101111 | 100111 | 1011100 | 0 | 1001110 | 101111 | 11111 | 101010001 | 1000000 | 101010 |
Color Harmonies of #AF275C
Complementary color
Monochromatic Colors of #AF275C
Black with #AF275C
Text Example
Text Example
White with #AF275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF275C; }
p { color: rgb(175,39,92); }
H1.HeaderClassName
{
color: #AF275C;
}
.AnyTagClassName
{
color: #AF275C;
}
</style>
background-color css
<style>
a { background-color: #AF275C; }
a { background-color: rgb(175,39,92); }
div.DivClassName
{
background-color: #AF275C;
}
.BgClassName
{
background-color: #AF275C;
}
</style>
border-color css
<style>
span { border-color: #AF275C; }
span { border-color: rgb(175,39,92); }
td.TdClassName
{
border-color: #AF275C;
}
.TagClassName
{
border-color: #AF275C;
}
</style>