Shades of Lipstick #A3255A
Tints of Lipstick #A3255A
RGB
CMYK
RGB Variations
Color information
#A3255A (or 0xA3255A) is known color: Lipstick. HEX triplet: A3, 25 and 5A. RGB value is (163,37,90). Sum of RGB (Red+Green+Blue) = 163+37+90=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3255A is #5CDAA5. Grayscale: #505050. Windows color (decimal): -6085286 or 5907875. OLE color: 5907875.
HSL color Cylindrical-coordinate representation of color #A3255A: hue angle of 334.76º 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 #A3255A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 90 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.36 |
| HSL | 334.76º | 0.63% | 0.39% | - |
| HSV(B) | 334.76º | 0.77% | 0.64% | - |
| XYZ | 17.61 | 9.85 | 10.65 | - |
| YUV | 80.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 90 | 0 | 0.77 | 0.45 | 0.36 | 334.76 | 0.63 | 0.39 |
| Hex | A3 | 25 | 5A | 0 | 4D | 2D | 24 | 14F | 3F | 27 |
| Octal | 243 | 45 | 132 | 0 | 115 | 55 | 44 | 517 | 77 | 47 |
| Binary | 10100011 | 100101 | 1011010 | 0 | 1001101 | 101101 | 100100 | 101001111 | 111111 | 100111 |
Color Harmonies of #A3255A
Complementary color
Monochromatic Colors of #A3255A
Black with #A3255A
Text Example
Text Example
White with #A3255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3255A; }
p { color: rgb(163,37,90); }
H1.HeaderClassName
{
color: #A3255A;
}
.AnyTagClassName
{
color: #A3255A;
}
</style>
background-color css
<style>
a { background-color: #A3255A; }
a { background-color: rgb(163,37,90); }
div.DivClassName
{
background-color: #A3255A;
}
.BgClassName
{
background-color: #A3255A;
}
</style>
border-color css
<style>
span { border-color: #A3255A; }
span { border-color: rgb(163,37,90); }
td.TdClassName
{
border-color: #A3255A;
}
.TagClassName
{
border-color: #A3255A;
}
</style>