Shades of Lipstick #A32452
Tints of Lipstick #A32452
RGB
CMYK
RGB Variations
Color information
#A32452 (or 0xA32452) is known color: Lipstick. HEX triplet: A3, 24 and 52. RGB value is (163,36,82). Sum of RGB (Red+Green+Blue) = 163+36+82=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A32452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32452 is #5CDBAD. Grayscale: #4F4F4F. Windows color (decimal): -6085550 or 5383331. OLE color: 5383331.
HSL color Cylindrical-coordinate representation of color #A32452: hue angle of 338.27º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32452 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 82 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.36 |
| HSL | 338.27º | 0.64% | 0.39% | - |
| HSV(B) | 338.27º | 0.78% | 0.64% | - |
| XYZ | 17.26 | 9.66 | 8.94 | - |
| YUV | 79.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 82 | 0 | 0.78 | 0.50 | 0.36 | 338.27 | 0.64 | 0.39 |
| Hex | A3 | 24 | 52 | 0 | 4E | 32 | 24 | 152 | 40 | 27 |
| Octal | 243 | 44 | 122 | 0 | 116 | 62 | 44 | 522 | 100 | 47 |
| Binary | 10100011 | 100100 | 1010010 | 0 | 1001110 | 110010 | 100100 | 101010010 | 1000000 | 100111 |
Color Harmonies of #A32452
Complementary color
Monochromatic Colors of #A32452
Black with #A32452
Text Example
Text Example
White with #A32452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32452; }
p { color: rgb(163,36,82); }
H1.HeaderClassName
{
color: #A32452;
}
.AnyTagClassName
{
color: #A32452;
}
</style>
background-color css
<style>
a { background-color: #A32452; }
a { background-color: rgb(163,36,82); }
div.DivClassName
{
background-color: #A32452;
}
.BgClassName
{
background-color: #A32452;
}
</style>
border-color css
<style>
span { border-color: #A32452; }
span { border-color: rgb(163,36,82); }
td.TdClassName
{
border-color: #A32452;
}
.TagClassName
{
border-color: #A32452;
}
</style>