Shades of Lipstick #A52155
Tints of Lipstick #A52155
RGB
CMYK
RGB Variations
Color information
#A52155 (or 0xA52155) is known color: Lipstick. HEX triplet: A5, 21 and 55. RGB value is (165,33,85). Sum of RGB (Red+Green+Blue) = 165+33+85=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A52155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52155 is #5ADEAA. Grayscale: #4E4E4E. Windows color (decimal): -5955243 or 5579173. OLE color: 5579173.
HSL color Cylindrical-coordinate representation of color #A52155: hue angle of 336.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52155 is Cyan = 0, Magento = 0.8, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 85 | - |
| CMYK | 0 | 0.8 | 0.48 | 0.35 |
| HSL | 336.36º | 0.67% | 0.39% | - |
| HSV(B) | 336.36º | 0.8% | 0.65% | - |
| XYZ | 17.7 | 9.74 | 9.54 | - |
| YUV | 78.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 85 | 0 | 0.8 | 0.48 | 0.35 | 336.36 | 0.67 | 0.39 |
| Hex | A5 | 21 | 55 | 0 | 50 | 30 | 23 | 150 | 43 | 27 |
| Octal | 245 | 41 | 125 | 0 | 120 | 60 | 43 | 520 | 103 | 47 |
| Binary | 10100101 | 100001 | 1010101 | 0 | 1010000 | 110000 | 100011 | 101010000 | 1000011 | 100111 |
Color Harmonies of #A52155
Complementary color
Monochromatic Colors of #A52155
Black with #A52155
Text Example
Text Example
White with #A52155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52155; }
p { color: rgb(165,33,85); }
H1.HeaderClassName
{
color: #A52155;
}
.AnyTagClassName
{
color: #A52155;
}
</style>
background-color css
<style>
a { background-color: #A52155; }
a { background-color: rgb(165,33,85); }
div.DivClassName
{
background-color: #A52155;
}
.BgClassName
{
background-color: #A52155;
}
</style>
border-color css
<style>
span { border-color: #A52155; }
span { border-color: rgb(165,33,85); }
td.TdClassName
{
border-color: #A52155;
}
.TagClassName
{
border-color: #A52155;
}
</style>