Shades of Lipstick #A4275B
Tints of Lipstick #A4275B
RGB
CMYK
RGB Variations
Color information
#A4275B (or 0xA4275B) is known color: Lipstick. HEX triplet: A4, 27 and 5B. RGB value is (164,39,91). Sum of RGB (Red+Green+Blue) = 164+39+91=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4275B is #5BD8A4. Grayscale: #525252. Windows color (decimal): -6019237 or 5973924. OLE color: 5973924.
HSL color Cylindrical-coordinate representation of color #A4275B: hue angle of 335.04º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4275B is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 91 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.36 |
| HSL | 335.04º | 0.62% | 0.4% | - |
| HSV(B) | 335.04º | 0.76% | 0.64% | - |
| XYZ | 17.92 | 10.1 | 10.9 | - |
| YUV | 82.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 91 | 0 | 0.76 | 0.45 | 0.36 | 335.04 | 0.62 | 0.4 |
| Hex | A4 | 27 | 5B | 0 | 4C | 2D | 24 | 14F | 3E | 28 |
| Octal | 244 | 47 | 133 | 0 | 114 | 55 | 44 | 517 | 76 | 50 |
| Binary | 10100100 | 100111 | 1011011 | 0 | 1001100 | 101101 | 100100 | 101001111 | 111110 | 101000 |
Color Harmonies of #A4275B
Complementary color
Monochromatic Colors of #A4275B
Black with #A4275B
Text Example
Text Example
White with #A4275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4275B; }
p { color: rgb(164,39,91); }
H1.HeaderClassName
{
color: #A4275B;
}
.AnyTagClassName
{
color: #A4275B;
}
</style>
background-color css
<style>
a { background-color: #A4275B; }
a { background-color: rgb(164,39,91); }
div.DivClassName
{
background-color: #A4275B;
}
.BgClassName
{
background-color: #A4275B;
}
</style>
border-color css
<style>
span { border-color: #A4275B; }
span { border-color: rgb(164,39,91); }
td.TdClassName
{
border-color: #A4275B;
}
.TagClassName
{
border-color: #A4275B;
}
</style>