Shades of Lipstick #A5255C
Tints of Lipstick #A5255C
RGB
CMYK
RGB Variations
Color information
#A5255C (or 0xA5255C) is known color: Lipstick. HEX triplet: A5, 25 and 5C. RGB value is (165,37,92). Sum of RGB (Red+Green+Blue) = 165+37+92=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5255C is #5ADAA3. Grayscale: #515151. Windows color (decimal): -5954212 or 6038949. OLE color: 6038949.
HSL color Cylindrical-coordinate representation of color #A5255C: hue angle of 334.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5255C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 37 | 92 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.35 |
| HSL | 334.22º | 0.63% | 0.4% | - |
| HSV(B) | 334.22º | 0.78% | 0.65% | - |
| XYZ | 18.11 | 10.1 | 11.12 | - |
| YUV | 81.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 92 | 0 | 0.78 | 0.44 | 0.35 | 334.22 | 0.63 | 0.4 |
| Hex | A5 | 25 | 5C | 0 | 4E | 2C | 23 | 14E | 3F | 28 |
| Octal | 245 | 45 | 134 | 0 | 116 | 54 | 43 | 516 | 77 | 50 |
| Binary | 10100101 | 100101 | 1011100 | 0 | 1001110 | 101100 | 100011 | 101001110 | 111111 | 101000 |
Color Harmonies of #A5255C
Complementary color
Monochromatic Colors of #A5255C
Black with #A5255C
Text Example
Text Example
White with #A5255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5255C; }
p { color: rgb(165,37,92); }
H1.HeaderClassName
{
color: #A5255C;
}
.AnyTagClassName
{
color: #A5255C;
}
</style>
background-color css
<style>
a { background-color: #A5255C; }
a { background-color: rgb(165,37,92); }
div.DivClassName
{
background-color: #A5255C;
}
.BgClassName
{
background-color: #A5255C;
}
</style>
border-color css
<style>
span { border-color: #A5255C; }
span { border-color: rgb(165,37,92); }
td.TdClassName
{
border-color: #A5255C;
}
.TagClassName
{
border-color: #A5255C;
}
</style>