Shades of Lipstick #A52865
Tints of Lipstick #A52865
RGB
CMYK
RGB Variations
Color information
#A52865 (or 0xA52865) is known color: Lipstick. HEX triplet: A5, 28 and 65. RGB value is (165,40,101). Sum of RGB (Red+Green+Blue) = 165+40+101=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A52865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52865 is #5AD79A. Grayscale: #545454. Windows color (decimal): -5953435 or 6629541. OLE color: 6629541.
HSL color Cylindrical-coordinate representation of color #A52865: hue angle of 330.72º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52865 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 101 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.35 |
| HSL | 330.72º | 0.61% | 0.4% | - |
| HSV(B) | 330.72º | 0.76% | 0.65% | - |
| XYZ | 18.62 | 10.46 | 13.35 | - |
| YUV | 84.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 101 | 0 | 0.76 | 0.39 | 0.35 | 330.72 | 0.61 | 0.4 |
| Hex | A5 | 28 | 65 | 0 | 4C | 27 | 23 | 14B | 3D | 28 |
| Octal | 245 | 50 | 145 | 0 | 114 | 47 | 43 | 513 | 75 | 50 |
| Binary | 10100101 | 101000 | 1100101 | 0 | 1001100 | 100111 | 100011 | 101001011 | 111101 | 101000 |
Color Harmonies of #A52865
Complementary color
Monochromatic Colors of #A52865
Black with #A52865
Text Example
Text Example
White with #A52865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52865; }
p { color: rgb(165,40,101); }
H1.HeaderClassName
{
color: #A52865;
}
.AnyTagClassName
{
color: #A52865;
}
</style>
background-color css
<style>
a { background-color: #A52865; }
a { background-color: rgb(165,40,101); }
div.DivClassName
{
background-color: #A52865;
}
.BgClassName
{
background-color: #A52865;
}
</style>
border-color css
<style>
span { border-color: #A52865; }
span { border-color: rgb(165,40,101); }
td.TdClassName
{
border-color: #A52865;
}
.TagClassName
{
border-color: #A52865;
}
</style>