Shades of Lipstick #A5204A
Tints of Lipstick #A5204A
RGB
CMYK
RGB Variations
Color information
#A5204A (or 0xA5204A) is known color: Lipstick. HEX triplet: A5, 20 and 4A. RGB value is (165,32,74). Sum of RGB (Red+Green+Blue) = 165+32+74=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A5204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5204A is #5ADFB5. Grayscale: #4C4C4C. Windows color (decimal): -5955510 or 4858021. OLE color: 4858021.
HSL color Cylindrical-coordinate representation of color #A5204A: hue angle of 341.05º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5204A is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 74 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.35 |
| HSL | 341.05º | 0.68% | 0.39% | - |
| HSV(B) | 341.05º | 0.81% | 0.65% | - |
| XYZ | 17.27 | 9.53 | 7.41 | - |
| YUV | 76.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 74 | 0 | 0.81 | 0.55 | 0.35 | 341.05 | 0.68 | 0.39 |
| Hex | A5 | 20 | 4A | 0 | 51 | 37 | 23 | 155 | 44 | 27 |
| Octal | 245 | 40 | 112 | 0 | 121 | 67 | 43 | 525 | 104 | 47 |
| Binary | 10100101 | 100000 | 1001010 | 0 | 1010001 | 110111 | 100011 | 101010101 | 1000100 | 100111 |
Color Harmonies of #A5204A
Complementary color
Monochromatic Colors of #A5204A
Black with #A5204A
Text Example
Text Example
White with #A5204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5204A; }
p { color: rgb(165,32,74); }
H1.HeaderClassName
{
color: #A5204A;
}
.AnyTagClassName
{
color: #A5204A;
}
</style>
background-color css
<style>
a { background-color: #A5204A; }
a { background-color: rgb(165,32,74); }
div.DivClassName
{
background-color: #A5204A;
}
.BgClassName
{
background-color: #A5204A;
}
</style>
border-color css
<style>
span { border-color: #A5204A; }
span { border-color: rgb(165,32,74); }
td.TdClassName
{
border-color: #A5204A;
}
.TagClassName
{
border-color: #A5204A;
}
</style>