Shades of Lipstick #A32259
Tints of Lipstick #A32259
RGB
CMYK
RGB Variations
Color information
#A32259 (or 0xA32259) is known color: Lipstick. HEX triplet: A3, 22 and 59. RGB value is (163,34,89). Sum of RGB (Red+Green+Blue) = 163+34+89=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A32259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32259 is #5CDDA6. Grayscale: #4E4E4E. Windows color (decimal): -6086055 or 5841571. OLE color: 5841571.
HSL color Cylindrical-coordinate representation of color #A32259: hue angle of 334.42º 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 #A32259 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 89 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.36 |
| HSL | 334.42º | 0.65% | 0.39% | - |
| HSV(B) | 334.42º | 0.79% | 0.64% | - |
| XYZ | 17.48 | 9.65 | 10.39 | - |
| YUV | 78.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 89 | 0 | 0.79 | 0.45 | 0.36 | 334.42 | 0.65 | 0.39 |
| Hex | A3 | 22 | 59 | 0 | 4F | 2D | 24 | 14E | 41 | 27 |
| Octal | 243 | 42 | 131 | 0 | 117 | 55 | 44 | 516 | 101 | 47 |
| Binary | 10100011 | 100010 | 1011001 | 0 | 1001111 | 101101 | 100100 | 101001110 | 1000001 | 100111 |
Color Harmonies of #A32259
Complementary color
Monochromatic Colors of #A32259
Black with #A32259
Text Example
Text Example
White with #A32259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32259; }
p { color: rgb(163,34,89); }
H1.HeaderClassName
{
color: #A32259;
}
.AnyTagClassName
{
color: #A32259;
}
</style>
background-color css
<style>
a { background-color: #A32259; }
a { background-color: rgb(163,34,89); }
div.DivClassName
{
background-color: #A32259;
}
.BgClassName
{
background-color: #A32259;
}
</style>
border-color css
<style>
span { border-color: #A32259; }
span { border-color: rgb(163,34,89); }
td.TdClassName
{
border-color: #A32259;
}
.TagClassName
{
border-color: #A32259;
}
</style>