Shades of Lipstick #A5235E
Tints of Lipstick #A5235E
RGB
CMYK
RGB Variations
Color information
#A5235E (or 0xA5235E) is known color: Lipstick. HEX triplet: A5, 23 and 5E. RGB value is (165,35,94). Sum of RGB (Red+Green+Blue) = 165+35+94=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5235E is #5ADCA1. Grayscale: #505050. Windows color (decimal): -5954722 or 6169509. OLE color: 6169509.
HSL color Cylindrical-coordinate representation of color #A5235E: hue angle of 332.77º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5235E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 35 | 94 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.35 |
| HSL | 332.77º | 0.65% | 0.39% | - |
| HSV(B) | 332.77º | 0.79% | 0.65% | - |
| XYZ | 18.14 | 10.01 | 11.57 | - |
| YUV | 80.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 94 | 0 | 0.79 | 0.43 | 0.35 | 332.77 | 0.65 | 0.39 |
| Hex | A5 | 23 | 5E | 0 | 4F | 2B | 23 | 14D | 41 | 27 |
| Octal | 245 | 43 | 136 | 0 | 117 | 53 | 43 | 515 | 101 | 47 |
| Binary | 10100101 | 100011 | 1011110 | 0 | 1001111 | 101011 | 100011 | 101001101 | 1000001 | 100111 |
Color Harmonies of #A5235E
Complementary color
Monochromatic Colors of #A5235E
Black with #A5235E
Text Example
Text Example
White with #A5235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5235E; }
p { color: rgb(165,35,94); }
H1.HeaderClassName
{
color: #A5235E;
}
.AnyTagClassName
{
color: #A5235E;
}
</style>
background-color css
<style>
a { background-color: #A5235E; }
a { background-color: rgb(165,35,94); }
div.DivClassName
{
background-color: #A5235E;
}
.BgClassName
{
background-color: #A5235E;
}
</style>
border-color css
<style>
span { border-color: #A5235E; }
span { border-color: rgb(165,35,94); }
td.TdClassName
{
border-color: #A5235E;
}
.TagClassName
{
border-color: #A5235E;
}
</style>