Shades of Lipstick #AF225A
Tints of Lipstick #AF225A
RGB
CMYK
RGB Variations
Color information
#AF225A (or 0xAF225A) is known color: Lipstick. HEX triplet: AF, 22 and 5A. RGB value is (175,34,90). Sum of RGB (Red+Green+Blue) = 175+34+90=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF225A is #50DDA5. Grayscale: #525252. Windows color (decimal): -5299622 or 5907119. OLE color: 5907119.
HSL color Cylindrical-coordinate representation of color #AF225A: hue angle of 336.17º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF225A is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 90 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.31 |
| HSL | 336.17º | 0.67% | 0.41% | - |
| HSV(B) | 336.17º | 0.81% | 0.69% | - |
| XYZ | 20.1 | 11 | 10.74 | - |
| YUV | 82.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 90 | 0 | 0.81 | 0.49 | 0.31 | 336.17 | 0.67 | 0.41 |
| Hex | AF | 22 | 5A | 0 | 51 | 31 | 1F | 150 | 43 | 29 |
| Octal | 257 | 42 | 132 | 0 | 121 | 61 | 37 | 520 | 103 | 51 |
| Binary | 10101111 | 100010 | 1011010 | 0 | 1010001 | 110001 | 11111 | 101010000 | 1000011 | 101001 |
Color Harmonies of #AF225A
Complementary color
Monochromatic Colors of #AF225A
Black with #AF225A
Text Example
Text Example
White with #AF225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF225A; }
p { color: rgb(175,34,90); }
H1.HeaderClassName
{
color: #AF225A;
}
.AnyTagClassName
{
color: #AF225A;
}
</style>
background-color css
<style>
a { background-color: #AF225A; }
a { background-color: rgb(175,34,90); }
div.DivClassName
{
background-color: #AF225A;
}
.BgClassName
{
background-color: #AF225A;
}
</style>
border-color css
<style>
span { border-color: #AF225A; }
span { border-color: rgb(175,34,90); }
td.TdClassName
{
border-color: #AF225A;
}
.TagClassName
{
border-color: #AF225A;
}
</style>