Shades of Lipstick #A3255C
Tints of Lipstick #A3255C
RGB
CMYK
RGB Variations
Color information
#A3255C (or 0xA3255C) is known color: Lipstick. HEX triplet: A3, 25 and 5C. RGB value is (163,37,92). Sum of RGB (Red+Green+Blue) = 163+37+92=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3255C is #5CDAA3. Grayscale: #505050. Windows color (decimal): -6085284 or 6038947. OLE color: 6038947.
HSL color Cylindrical-coordinate representation of color #A3255C: hue angle of 333.81º 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 #A3255C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 92 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.36 |
| HSL | 333.81º | 0.63% | 0.39% | - |
| HSV(B) | 333.81º | 0.77% | 0.64% | - |
| XYZ | 17.7 | 9.88 | 11.1 | - |
| YUV | 80.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 92 | 0 | 0.77 | 0.44 | 0.36 | 333.81 | 0.63 | 0.39 |
| Hex | A3 | 25 | 5C | 0 | 4D | 2C | 24 | 14E | 3F | 27 |
| Octal | 243 | 45 | 134 | 0 | 115 | 54 | 44 | 516 | 77 | 47 |
| Binary | 10100011 | 100101 | 1011100 | 0 | 1001101 | 101100 | 100100 | 101001110 | 111111 | 100111 |
Color Harmonies of #A3255C
Complementary color
Monochromatic Colors of #A3255C
Black with #A3255C
Text Example
Text Example
White with #A3255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3255C; }
p { color: rgb(163,37,92); }
H1.HeaderClassName
{
color: #A3255C;
}
.AnyTagClassName
{
color: #A3255C;
}
</style>
background-color css
<style>
a { background-color: #A3255C; }
a { background-color: rgb(163,37,92); }
div.DivClassName
{
background-color: #A3255C;
}
.BgClassName
{
background-color: #A3255C;
}
</style>
border-color css
<style>
span { border-color: #A3255C; }
span { border-color: rgb(163,37,92); }
td.TdClassName
{
border-color: #A3255C;
}
.TagClassName
{
border-color: #A3255C;
}
</style>