Shades of Lipstick #A5245B
Tints of Lipstick #A5245B
RGB
CMYK
RGB Variations
Color information
#A5245B (or 0xA5245B) is known color: Lipstick. HEX triplet: A5, 24 and 5B. RGB value is (165,36,91). Sum of RGB (Red+Green+Blue) = 165+36+91=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5245B is #5ADBA4. Grayscale: #505050. Windows color (decimal): -5954469 or 5973157. OLE color: 5973157.
HSL color Cylindrical-coordinate representation of color #A5245B: hue angle of 334.42º 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 #A5245B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 91 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.35 |
| HSL | 334.42º | 0.64% | 0.39% | - |
| HSV(B) | 334.42º | 0.78% | 0.65% | - |
| XYZ | 18.04 | 10.02 | 10.88 | - |
| YUV | 80.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 91 | 0 | 0.78 | 0.45 | 0.35 | 334.42 | 0.64 | 0.39 |
| Hex | A5 | 24 | 5B | 0 | 4E | 2D | 23 | 14E | 40 | 27 |
| Octal | 245 | 44 | 133 | 0 | 116 | 55 | 43 | 516 | 100 | 47 |
| Binary | 10100101 | 100100 | 1011011 | 0 | 1001110 | 101101 | 100011 | 101001110 | 1000000 | 100111 |
Color Harmonies of #A5245B
Complementary color
Monochromatic Colors of #A5245B
Black with #A5245B
Text Example
Text Example
White with #A5245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5245B; }
p { color: rgb(165,36,91); }
H1.HeaderClassName
{
color: #A5245B;
}
.AnyTagClassName
{
color: #A5245B;
}
</style>
background-color css
<style>
a { background-color: #A5245B; }
a { background-color: rgb(165,36,91); }
div.DivClassName
{
background-color: #A5245B;
}
.BgClassName
{
background-color: #A5245B;
}
</style>
border-color css
<style>
span { border-color: #A5245B; }
span { border-color: rgb(165,36,91); }
td.TdClassName
{
border-color: #A5245B;
}
.TagClassName
{
border-color: #A5245B;
}
</style>