Shades of Lipstick #A3284E
Tints of Lipstick #A3284E
RGB
CMYK
RGB Variations
Color information
#A3284E (or 0xA3284E) is known color: Lipstick. HEX triplet: A3, 28 and 4E. RGB value is (163,40,78). Sum of RGB (Red+Green+Blue) = 163+40+78=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3284E is #5CD7B1. Grayscale: #515151. Windows color (decimal): -6084530 or 5122211. OLE color: 5122211.
HSL color Cylindrical-coordinate representation of color #A3284E: hue angle of 341.46º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3284E is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 78 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.36 |
| HSL | 341.46º | 0.61% | 0.4% | - |
| HSV(B) | 341.46º | 0.75% | 0.64% | - |
| XYZ | 17.24 | 9.85 | 8.2 | - |
| YUV | 81.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 78 | 0 | 0.75 | 0.52 | 0.36 | 341.46 | 0.61 | 0.4 |
| Hex | A3 | 28 | 4E | 0 | 4B | 34 | 24 | 155 | 3D | 28 |
| Octal | 243 | 50 | 116 | 0 | 113 | 64 | 44 | 525 | 75 | 50 |
| Binary | 10100011 | 101000 | 1001110 | 0 | 1001011 | 110100 | 100100 | 101010101 | 111101 | 101000 |
Color Harmonies of #A3284E
Complementary color
Monochromatic Colors of #A3284E
Black with #A3284E
Text Example
Text Example
White with #A3284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3284E; }
p { color: rgb(163,40,78); }
H1.HeaderClassName
{
color: #A3284E;
}
.AnyTagClassName
{
color: #A3284E;
}
</style>
background-color css
<style>
a { background-color: #A3284E; }
a { background-color: rgb(163,40,78); }
div.DivClassName
{
background-color: #A3284E;
}
.BgClassName
{
background-color: #A3284E;
}
</style>
border-color css
<style>
span { border-color: #A3284E; }
span { border-color: rgb(163,40,78); }
td.TdClassName
{
border-color: #A3284E;
}
.TagClassName
{
border-color: #A3284E;
}
</style>