Shades of Lipstick #A4305E
Tints of Lipstick #A4305E
RGB
CMYK
RGB Variations
Color information
#A4305E (or 0xA4305E) is known color: Lipstick. HEX triplet: A4, 30 and 5E. RGB value is (164,48,94). Sum of RGB (Red+Green+Blue) = 164+48+94=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4305E is #5BCFA1. Grayscale: #575757. Windows color (decimal): -6016930 or 6172836. OLE color: 6172836.
HSL color Cylindrical-coordinate representation of color #A4305E: hue angle of 336.21º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4305E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 94 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.36 |
| HSL | 336.21º | 0.55% | 0.42% | - |
| HSV(B) | 336.21º | 0.71% | 0.64% | - |
| XYZ | 18.39 | 10.81 | 11.71 | - |
| YUV | 87.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 94 | 0 | 0.71 | 0.43 | 0.36 | 336.21 | 0.55 | 0.42 |
| Hex | A4 | 30 | 5E | 0 | 47 | 2B | 24 | 150 | 37 | 2A |
| Octal | 244 | 60 | 136 | 0 | 107 | 53 | 44 | 520 | 67 | 52 |
| Binary | 10100100 | 110000 | 1011110 | 0 | 1000111 | 101011 | 100100 | 101010000 | 110111 | 101010 |
Color Harmonies of #A4305E
Complementary color
Monochromatic Colors of #A4305E
Black with #A4305E
Text Example
Text Example
White with #A4305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4305E; }
p { color: rgb(164,48,94); }
H1.HeaderClassName
{
color: #A4305E;
}
.AnyTagClassName
{
color: #A4305E;
}
</style>
background-color css
<style>
a { background-color: #A4305E; }
a { background-color: rgb(164,48,94); }
div.DivClassName
{
background-color: #A4305E;
}
.BgClassName
{
background-color: #A4305E;
}
</style>
border-color css
<style>
span { border-color: #A4305E; }
span { border-color: rgb(164,48,94); }
td.TdClassName
{
border-color: #A4305E;
}
.TagClassName
{
border-color: #A4305E;
}
</style>