Shades of Lipstick #A4325B
Tints of Lipstick #A4325B
RGB
CMYK
RGB Variations
Color information
#A4325B (or 0xA4325B) is known color: Lipstick. HEX triplet: A4, 32 and 5B. RGB value is (164,50,91). Sum of RGB (Red+Green+Blue) = 164+50+91=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4325B is #5BCDA4. Grayscale: #585858. Windows color (decimal): -6016421 or 5976740. OLE color: 5976740.
HSL color Cylindrical-coordinate representation of color #A4325B: hue angle of 338.42º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4325B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 91 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.36 |
| HSL | 338.42º | 0.53% | 0.42% | - |
| HSV(B) | 338.42º | 0.7% | 0.64% | - |
| XYZ | 18.34 | 10.93 | 11.04 | - |
| YUV | 88.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 91 | 0 | 0.70 | 0.45 | 0.36 | 338.42 | 0.53 | 0.42 |
| Hex | A4 | 32 | 5B | 0 | 46 | 2D | 24 | 152 | 35 | 2A |
| Octal | 244 | 62 | 133 | 0 | 106 | 55 | 44 | 522 | 65 | 52 |
| Binary | 10100100 | 110010 | 1011011 | 0 | 1000110 | 101101 | 100100 | 101010010 | 110101 | 101010 |
Color Harmonies of #A4325B
Complementary color
Monochromatic Colors of #A4325B
Black with #A4325B
Text Example
Text Example
White with #A4325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4325B; }
p { color: rgb(164,50,91); }
H1.HeaderClassName
{
color: #A4325B;
}
.AnyTagClassName
{
color: #A4325B;
}
</style>
background-color css
<style>
a { background-color: #A4325B; }
a { background-color: rgb(164,50,91); }
div.DivClassName
{
background-color: #A4325B;
}
.BgClassName
{
background-color: #A4325B;
}
</style>
border-color css
<style>
span { border-color: #A4325B; }
span { border-color: rgb(164,50,91); }
td.TdClassName
{
border-color: #A4325B;
}
.TagClassName
{
border-color: #A4325B;
}
</style>