Shades of Lipstick #A3225E
Tints of Lipstick #A3225E
RGB
CMYK
RGB Variations
Color information
#A3225E (or 0xA3225E) is known color: Lipstick. HEX triplet: A3, 22 and 5E. RGB value is (163,34,94). Sum of RGB (Red+Green+Blue) = 163+34+94=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3225E is #5CDDA1. Grayscale: #4F4F4F. Windows color (decimal): -6086050 or 6169251. OLE color: 6169251.
HSL color Cylindrical-coordinate representation of color #A3225E: hue angle of 332.09º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3225E is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 94 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.36 |
| HSL | 332.09º | 0.65% | 0.39% | - |
| HSV(B) | 332.09º | 0.79% | 0.64% | - |
| XYZ | 17.7 | 9.74 | 11.54 | - |
| YUV | 79.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 94 | 0 | 0.79 | 0.42 | 0.36 | 332.09 | 0.65 | 0.39 |
| Hex | A3 | 22 | 5E | 0 | 4F | 2A | 24 | 14C | 41 | 27 |
| Octal | 243 | 42 | 136 | 0 | 117 | 52 | 44 | 514 | 101 | 47 |
| Binary | 10100011 | 100010 | 1011110 | 0 | 1001111 | 101010 | 100100 | 101001100 | 1000001 | 100111 |
Color Harmonies of #A3225E
Complementary color
Monochromatic Colors of #A3225E
Black with #A3225E
Text Example
Text Example
White with #A3225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3225E; }
p { color: rgb(163,34,94); }
H1.HeaderClassName
{
color: #A3225E;
}
.AnyTagClassName
{
color: #A3225E;
}
</style>
background-color css
<style>
a { background-color: #A3225E; }
a { background-color: rgb(163,34,94); }
div.DivClassName
{
background-color: #A3225E;
}
.BgClassName
{
background-color: #A3225E;
}
</style>
border-color css
<style>
span { border-color: #A3225E; }
span { border-color: rgb(163,34,94); }
td.TdClassName
{
border-color: #A3225E;
}
.TagClassName
{
border-color: #A3225E;
}
</style>