Shades of Lipstick #A3205A
Tints of Lipstick #A3205A
RGB
CMYK
RGB Variations
Color information
#A3205A (or 0xA3205A) is known color: Lipstick. HEX triplet: A3, 20 and 5A. RGB value is (163,32,90). Sum of RGB (Red+Green+Blue) = 163+32+90=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A3205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3205A is #5CDFA5. Grayscale: #4D4D4D. Windows color (decimal): -6086566 or 5906595. OLE color: 5906595.
HSL color Cylindrical-coordinate representation of color #A3205A: hue angle of 333.44º 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 #A3205A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 90 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.36 |
| HSL | 333.44º | 0.67% | 0.38% | - |
| HSV(B) | 333.44º | 0.8% | 0.64% | - |
| XYZ | 17.47 | 9.56 | 10.6 | - |
| YUV | 77.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 90 | 0 | 0.80 | 0.45 | 0.36 | 333.44 | 0.67 | 0.38 |
| Hex | A3 | 20 | 5A | 0 | 50 | 2D | 24 | 14D | 43 | 26 |
| Octal | 243 | 40 | 132 | 0 | 120 | 55 | 44 | 515 | 103 | 46 |
| Binary | 10100011 | 100000 | 1011010 | 0 | 1010000 | 101101 | 100100 | 101001101 | 1000011 | 100110 |
Color Harmonies of #A3205A
Complementary color
Monochromatic Colors of #A3205A
Black with #A3205A
Text Example
Text Example
White with #A3205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3205A; }
p { color: rgb(163,32,90); }
H1.HeaderClassName
{
color: #A3205A;
}
.AnyTagClassName
{
color: #A3205A;
}
</style>
background-color css
<style>
a { background-color: #A3205A; }
a { background-color: rgb(163,32,90); }
div.DivClassName
{
background-color: #A3205A;
}
.BgClassName
{
background-color: #A3205A;
}
</style>
border-color css
<style>
span { border-color: #A3205A; }
span { border-color: rgb(163,32,90); }
td.TdClassName
{
border-color: #A3205A;
}
.TagClassName
{
border-color: #A3205A;
}
</style>