Shades of Lipstick #A52457
Tints of Lipstick #A52457
RGB
CMYK
RGB Variations
Color information
#A52457 (or 0xA52457) is known color: Lipstick. HEX triplet: A5, 24 and 57. RGB value is (165,36,87). Sum of RGB (Red+Green+Blue) = 165+36+87=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A52457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52457 is #5ADBA8. Grayscale: #505050. Windows color (decimal): -5954473 or 5711013. OLE color: 5711013.
HSL color Cylindrical-coordinate representation of color #A52457: hue angle of 336.28º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52457 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 87 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.35 |
| HSL | 336.28º | 0.64% | 0.39% | - |
| HSV(B) | 336.28º | 0.78% | 0.65% | - |
| XYZ | 17.87 | 9.95 | 10 | - |
| YUV | 80.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 87 | 0 | 0.78 | 0.47 | 0.35 | 336.28 | 0.64 | 0.39 |
| Hex | A5 | 24 | 57 | 0 | 4E | 2F | 23 | 150 | 40 | 27 |
| Octal | 245 | 44 | 127 | 0 | 116 | 57 | 43 | 520 | 100 | 47 |
| Binary | 10100101 | 100100 | 1010111 | 0 | 1001110 | 101111 | 100011 | 101010000 | 1000000 | 100111 |
Color Harmonies of #A52457
Complementary color
Monochromatic Colors of #A52457
Black with #A52457
Text Example
Text Example
White with #A52457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52457; }
p { color: rgb(165,36,87); }
H1.HeaderClassName
{
color: #A52457;
}
.AnyTagClassName
{
color: #A52457;
}
</style>
background-color css
<style>
a { background-color: #A52457; }
a { background-color: rgb(165,36,87); }
div.DivClassName
{
background-color: #A52457;
}
.BgClassName
{
background-color: #A52457;
}
</style>
border-color css
<style>
span { border-color: #A52457; }
span { border-color: rgb(165,36,87); }
td.TdClassName
{
border-color: #A52457;
}
.TagClassName
{
border-color: #A52457;
}
</style>