Shades of Lipstick #A32058
Tints of Lipstick #A32058
RGB
CMYK
RGB Variations
Color information
#A32058 (or 0xA32058) is known color: Lipstick. HEX triplet: A3, 20 and 58. RGB value is (163,32,88). Sum of RGB (Red+Green+Blue) = 163+32+88=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A32058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32058 is #5CDFA7. Grayscale: #4D4D4D. Windows color (decimal): -6086568 or 5775523. OLE color: 5775523.
HSL color Cylindrical-coordinate representation of color #A32058: hue angle of 334.35º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32058 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 88 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.36 |
| HSL | 334.35º | 0.67% | 0.38% | - |
| HSV(B) | 334.35º | 0.8% | 0.64% | - |
| XYZ | 17.38 | 9.52 | 10.15 | - |
| YUV | 77.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 88 | 0 | 0.80 | 0.46 | 0.36 | 334.35 | 0.67 | 0.38 |
| Hex | A3 | 20 | 58 | 0 | 50 | 2E | 24 | 14E | 43 | 26 |
| Octal | 243 | 40 | 130 | 0 | 120 | 56 | 44 | 516 | 103 | 46 |
| Binary | 10100011 | 100000 | 1011000 | 0 | 1010000 | 101110 | 100100 | 101001110 | 1000011 | 100110 |
Color Harmonies of #A32058
Complementary color
Monochromatic Colors of #A32058
Black with #A32058
Text Example
Text Example
White with #A32058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32058; }
p { color: rgb(163,32,88); }
H1.HeaderClassName
{
color: #A32058;
}
.AnyTagClassName
{
color: #A32058;
}
</style>
background-color css
<style>
a { background-color: #A32058; }
a { background-color: rgb(163,32,88); }
div.DivClassName
{
background-color: #A32058;
}
.BgClassName
{
background-color: #A32058;
}
</style>
border-color css
<style>
span { border-color: #A32058; }
span { border-color: rgb(163,32,88); }
td.TdClassName
{
border-color: #A32058;
}
.TagClassName
{
border-color: #A32058;
}
</style>