Shades of Lipstick #A3255E
Tints of Lipstick #A3255E
RGB
CMYK
RGB Variations
Color information
#A3255E (or 0xA3255E) is known color: Lipstick. HEX triplet: A3, 25 and 5E. RGB value is (163,37,94). Sum of RGB (Red+Green+Blue) = 163+37+94=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3255E is #5CDAA1. Grayscale: #515151. Windows color (decimal): -6085282 or 6170019. OLE color: 6170019.
HSL color Cylindrical-coordinate representation of color #A3255E: hue angle of 332.86º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3255E is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 94 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.36 |
| HSL | 332.86º | 0.63% | 0.39% | - |
| HSV(B) | 332.86º | 0.77% | 0.64% | - |
| XYZ | 17.79 | 9.92 | 11.57 | - |
| YUV | 81.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 94 | 0 | 0.77 | 0.42 | 0.36 | 332.86 | 0.63 | 0.39 |
| Hex | A3 | 25 | 5E | 0 | 4D | 2A | 24 | 14D | 3F | 27 |
| Octal | 243 | 45 | 136 | 0 | 115 | 52 | 44 | 515 | 77 | 47 |
| Binary | 10100011 | 100101 | 1011110 | 0 | 1001101 | 101010 | 100100 | 101001101 | 111111 | 100111 |
Color Harmonies of #A3255E
Complementary color
Monochromatic Colors of #A3255E
Black with #A3255E
Text Example
Text Example
White with #A3255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3255E; }
p { color: rgb(163,37,94); }
H1.HeaderClassName
{
color: #A3255E;
}
.AnyTagClassName
{
color: #A3255E;
}
</style>
background-color css
<style>
a { background-color: #A3255E; }
a { background-color: rgb(163,37,94); }
div.DivClassName
{
background-color: #A3255E;
}
.BgClassName
{
background-color: #A3255E;
}
</style>
border-color css
<style>
span { border-color: #A3255E; }
span { border-color: rgb(163,37,94); }
td.TdClassName
{
border-color: #A3255E;
}
.TagClassName
{
border-color: #A3255E;
}
</style>