Shades of Lipstick #A3325B
Tints of Lipstick #A3325B
RGB
CMYK
RGB Variations
Color information
#A3325B (or 0xA3325B) is known color: Lipstick. HEX triplet: A3, 32 and 5B. RGB value is (163,50,91). Sum of RGB (Red+Green+Blue) = 163+50+91=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3325B is #5CCDA4. Grayscale: #585858. Windows color (decimal): -6081957 or 5976739. OLE color: 5976739.
HSL color Cylindrical-coordinate representation of color #A3325B: hue angle of 338.23º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3325B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 91 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.36 |
| HSL | 338.23º | 0.53% | 0.42% | - |
| HSV(B) | 338.23º | 0.69% | 0.64% | - |
| XYZ | 18.13 | 10.82 | 11.03 | - |
| YUV | 88.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 91 | 0 | 0.69 | 0.44 | 0.36 | 338.23 | 0.53 | 0.42 |
| Hex | A3 | 32 | 5B | 0 | 45 | 2C | 24 | 152 | 35 | 2A |
| Octal | 243 | 62 | 133 | 0 | 105 | 54 | 44 | 522 | 65 | 52 |
| Binary | 10100011 | 110010 | 1011011 | 0 | 1000101 | 101100 | 100100 | 101010010 | 110101 | 101010 |
Color Harmonies of #A3325B
Complementary color
Monochromatic Colors of #A3325B
Black with #A3325B
Text Example
Text Example
White with #A3325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3325B; }
p { color: rgb(163,50,91); }
H1.HeaderClassName
{
color: #A3325B;
}
.AnyTagClassName
{
color: #A3325B;
}
</style>
background-color css
<style>
a { background-color: #A3325B; }
a { background-color: rgb(163,50,91); }
div.DivClassName
{
background-color: #A3325B;
}
.BgClassName
{
background-color: #A3325B;
}
</style>
border-color css
<style>
span { border-color: #A3325B; }
span { border-color: rgb(163,50,91); }
td.TdClassName
{
border-color: #A3325B;
}
.TagClassName
{
border-color: #A3325B;
}
</style>