Shades of Lipstick #A7225C
Tints of Lipstick #A7225C
RGB
CMYK
RGB Variations
Color information
#A7225C (or 0xA7225C) is known color: Lipstick. HEX triplet: A7, 22 and 5C. RGB value is (167,34,92). Sum of RGB (Red+Green+Blue) = 167+34+92=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7225C is #58DDA3. Grayscale: #505050. Windows color (decimal): -5823908 or 6038183. OLE color: 6038183.
HSL color Cylindrical-coordinate representation of color #A7225C: hue angle of 333.83º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7225C is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 34 | 92 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.35 |
| HSL | 333.83º | 0.66% | 0.39% | - |
| HSV(B) | 333.83º | 0.8% | 0.65% | - |
| XYZ | 18.44 | 10.13 | 11.11 | - |
| YUV | 80.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 92 | 0 | 0.80 | 0.45 | 0.35 | 333.83 | 0.66 | 0.39 |
| Hex | A7 | 22 | 5C | 0 | 50 | 2D | 23 | 14E | 42 | 27 |
| Octal | 247 | 42 | 134 | 0 | 120 | 55 | 43 | 516 | 102 | 47 |
| Binary | 10100111 | 100010 | 1011100 | 0 | 1010000 | 101101 | 100011 | 101001110 | 1000010 | 100111 |
Color Harmonies of #A7225C
Complementary color
Monochromatic Colors of #A7225C
Black with #A7225C
Text Example
Text Example
White with #A7225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7225C; }
p { color: rgb(167,34,92); }
H1.HeaderClassName
{
color: #A7225C;
}
.AnyTagClassName
{
color: #A7225C;
}
</style>
background-color css
<style>
a { background-color: #A7225C; }
a { background-color: rgb(167,34,92); }
div.DivClassName
{
background-color: #A7225C;
}
.BgClassName
{
background-color: #A7225C;
}
</style>
border-color css
<style>
span { border-color: #A7225C; }
span { border-color: rgb(167,34,92); }
td.TdClassName
{
border-color: #A7225C;
}
.TagClassName
{
border-color: #A7225C;
}
</style>