Shades of Lipstick #A03258
Tints of Lipstick #A03258
RGB
CMYK
RGB Variations
Color information
#A03258 (or 0xA03258) is known color: Lipstick. HEX triplet: A0, 32 and 58. RGB value is (160,50,88). Sum of RGB (Red+Green+Blue) = 160+50+88=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A03258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03258 is #5FCDA7. Grayscale: #575757. Windows color (decimal): -6278568 or 5780128. OLE color: 5780128.
HSL color Cylindrical-coordinate representation of color #A03258: hue angle of 339.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03258 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 88 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.37 |
| HSL | 339.27º | 0.52% | 0.41% | - |
| HSV(B) | 339.27º | 0.69% | 0.63% | - |
| XYZ | 17.4 | 10.46 | 10.33 | - |
| YUV | 87.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 88 | 0 | 0.69 | 0.45 | 0.37 | 339.27 | 0.52 | 0.41 |
| Hex | A0 | 32 | 58 | 0 | 45 | 2D | 25 | 153 | 34 | 29 |
| Octal | 240 | 62 | 130 | 0 | 105 | 55 | 45 | 523 | 64 | 51 |
| Binary | 10100000 | 110010 | 1011000 | 0 | 1000101 | 101101 | 100101 | 101010011 | 110100 | 101001 |
Color Harmonies of #A03258
Complementary color
Monochromatic Colors of #A03258
Black with #A03258
Text Example
Text Example
White with #A03258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03258; }
p { color: rgb(160,50,88); }
H1.HeaderClassName
{
color: #A03258;
}
.AnyTagClassName
{
color: #A03258;
}
</style>
background-color css
<style>
a { background-color: #A03258; }
a { background-color: rgb(160,50,88); }
div.DivClassName
{
background-color: #A03258;
}
.BgClassName
{
background-color: #A03258;
}
</style>
border-color css
<style>
span { border-color: #A03258; }
span { border-color: rgb(160,50,88); }
td.TdClassName
{
border-color: #A03258;
}
.TagClassName
{
border-color: #A03258;
}
</style>