Shades of Lipstick #A0325B
Tints of Lipstick #A0325B
RGB
CMYK
RGB Variations
Color information
#A0325B (or 0xA0325B) is known color: Lipstick. HEX triplet: A0, 32 and 5B. RGB value is (160,50,91). Sum of RGB (Red+Green+Blue) = 160+50+91=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0325B is #5FCDA4. Grayscale: #575757. Windows color (decimal): -6278565 or 5976736. OLE color: 5976736.
HSL color Cylindrical-coordinate representation of color #A0325B: hue angle of 337.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0325B is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 91 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.37 |
| HSL | 337.64º | 0.52% | 0.41% | - |
| HSV(B) | 337.64º | 0.69% | 0.63% | - |
| XYZ | 17.53 | 10.51 | 11 | - |
| YUV | 87.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 91 | 0 | 0.69 | 0.43 | 0.37 | 337.64 | 0.52 | 0.41 |
| Hex | A0 | 32 | 5B | 0 | 45 | 2B | 25 | 152 | 34 | 29 |
| Octal | 240 | 62 | 133 | 0 | 105 | 53 | 45 | 522 | 64 | 51 |
| Binary | 10100000 | 110010 | 1011011 | 0 | 1000101 | 101011 | 100101 | 101010010 | 110100 | 101001 |
Color Harmonies of #A0325B
Complementary color
Monochromatic Colors of #A0325B
Black with #A0325B
Text Example
Text Example
White with #A0325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0325B; }
p { color: rgb(160,50,91); }
H1.HeaderClassName
{
color: #A0325B;
}
.AnyTagClassName
{
color: #A0325B;
}
</style>
background-color css
<style>
a { background-color: #A0325B; }
a { background-color: rgb(160,50,91); }
div.DivClassName
{
background-color: #A0325B;
}
.BgClassName
{
background-color: #A0325B;
}
</style>
border-color css
<style>
span { border-color: #A0325B; }
span { border-color: rgb(160,50,91); }
td.TdClassName
{
border-color: #A0325B;
}
.TagClassName
{
border-color: #A0325B;
}
</style>