Shades of Lipstick #A8285C
Tints of Lipstick #A8285C
RGB
CMYK
RGB Variations
Color information
#A8285C (or 0xA8285C) is known color: Lipstick. HEX triplet: A8, 28 and 5C. RGB value is (168,40,92). Sum of RGB (Red+Green+Blue) = 168+40+92=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8285C is #57D7A3. Grayscale: #545454. Windows color (decimal): -5756836 or 6039720. OLE color: 6039720.
HSL color Cylindrical-coordinate representation of color #A8285C: hue angle of 335.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8285C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 92 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.34 |
| HSL | 335.63º | 0.62% | 0.41% | - |
| HSV(B) | 335.63º | 0.76% | 0.66% | - |
| XYZ | 18.84 | 10.62 | 11.18 | - |
| YUV | 84.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 92 | 0 | 0.76 | 0.45 | 0.34 | 335.63 | 0.62 | 0.41 |
| Hex | A8 | 28 | 5C | 0 | 4C | 2D | 22 | 150 | 3E | 29 |
| Octal | 250 | 50 | 134 | 0 | 114 | 55 | 42 | 520 | 76 | 51 |
| Binary | 10101000 | 101000 | 1011100 | 0 | 1001100 | 101101 | 100010 | 101010000 | 111110 | 101001 |
Color Harmonies of #A8285C
Complementary color
Monochromatic Colors of #A8285C
Black with #A8285C
Text Example
Text Example
White with #A8285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8285C; }
p { color: rgb(168,40,92); }
H1.HeaderClassName
{
color: #A8285C;
}
.AnyTagClassName
{
color: #A8285C;
}
</style>
background-color css
<style>
a { background-color: #A8285C; }
a { background-color: rgb(168,40,92); }
div.DivClassName
{
background-color: #A8285C;
}
.BgClassName
{
background-color: #A8285C;
}
</style>
border-color css
<style>
span { border-color: #A8285C; }
span { border-color: rgb(168,40,92); }
td.TdClassName
{
border-color: #A8285C;
}
.TagClassName
{
border-color: #A8285C;
}
</style>