Shades of Lipstick #A4305A
Tints of Lipstick #A4305A
RGB
CMYK
RGB Variations
Color information
#A4305A (or 0xA4305A) is known color: Lipstick. HEX triplet: A4, 30 and 5A. RGB value is (164,48,90). Sum of RGB (Red+Green+Blue) = 164+48+90=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A4305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4305A is #5BCFA5. Grayscale: #575757. Windows color (decimal): -6016934 or 5910692. OLE color: 5910692.
HSL color Cylindrical-coordinate representation of color #A4305A: hue angle of 338.28º 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 #A4305A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 90 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.36 |
| HSL | 338.28º | 0.55% | 0.42% | - |
| HSV(B) | 338.28º | 0.71% | 0.64% | - |
| XYZ | 18.21 | 10.74 | 10.79 | - |
| YUV | 87.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 90 | 0 | 0.71 | 0.45 | 0.36 | 338.28 | 0.55 | 0.42 |
| Hex | A4 | 30 | 5A | 0 | 47 | 2D | 24 | 152 | 37 | 2A |
| Octal | 244 | 60 | 132 | 0 | 107 | 55 | 44 | 522 | 67 | 52 |
| Binary | 10100100 | 110000 | 1011010 | 0 | 1000111 | 101101 | 100100 | 101010010 | 110111 | 101010 |
Color Harmonies of #A4305A
Complementary color
Monochromatic Colors of #A4305A
Black with #A4305A
Text Example
Text Example
White with #A4305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4305A; }
p { color: rgb(164,48,90); }
H1.HeaderClassName
{
color: #A4305A;
}
.AnyTagClassName
{
color: #A4305A;
}
</style>
background-color css
<style>
a { background-color: #A4305A; }
a { background-color: rgb(164,48,90); }
div.DivClassName
{
background-color: #A4305A;
}
.BgClassName
{
background-color: #A4305A;
}
</style>
border-color css
<style>
span { border-color: #A4305A; }
span { border-color: rgb(164,48,90); }
td.TdClassName
{
border-color: #A4305A;
}
.TagClassName
{
border-color: #A4305A;
}
</style>