Shades of Lipstick #A8225C
Tints of Lipstick #A8225C
RGB
CMYK
RGB Variations
Color information
#A8225C (or 0xA8225C) is known color: Lipstick. HEX triplet: A8, 22 and 5C. RGB value is (168,34,92). Sum of RGB (Red+Green+Blue) = 168+34+92=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8225C is #57DDA3. Grayscale: #505050. Windows color (decimal): -5758372 or 6038184. OLE color: 6038184.
HSL color Cylindrical-coordinate representation of color #A8225C: hue angle of 334.03º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8225C is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 92 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.34 |
| HSL | 334.03º | 0.66% | 0.4% | - |
| HSV(B) | 334.03º | 0.8% | 0.66% | - |
| XYZ | 18.65 | 10.24 | 11.12 | - |
| YUV | 80.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 92 | 0 | 0.80 | 0.45 | 0.34 | 334.03 | 0.66 | 0.4 |
| Hex | A8 | 22 | 5C | 0 | 50 | 2D | 22 | 14E | 42 | 28 |
| Octal | 250 | 42 | 134 | 0 | 120 | 55 | 42 | 516 | 102 | 50 |
| Binary | 10101000 | 100010 | 1011100 | 0 | 1010000 | 101101 | 100010 | 101001110 | 1000010 | 101000 |
Color Harmonies of #A8225C
Complementary color
Monochromatic Colors of #A8225C
Black with #A8225C
Text Example
Text Example
White with #A8225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8225C; }
p { color: rgb(168,34,92); }
H1.HeaderClassName
{
color: #A8225C;
}
.AnyTagClassName
{
color: #A8225C;
}
</style>
background-color css
<style>
a { background-color: #A8225C; }
a { background-color: rgb(168,34,92); }
div.DivClassName
{
background-color: #A8225C;
}
.BgClassName
{
background-color: #A8225C;
}
</style>
border-color css
<style>
span { border-color: #A8225C; }
span { border-color: rgb(168,34,92); }
td.TdClassName
{
border-color: #A8225C;
}
.TagClassName
{
border-color: #A8225C;
}
</style>