Shades of Lipstick #A0255D
Tints of Lipstick #A0255D
RGB
CMYK
RGB Variations
Color information
#A0255D (or 0xA0255D) is known color: Lipstick. HEX triplet: A0, 25 and 5D. RGB value is (160,37,93). Sum of RGB (Red+Green+Blue) = 160+37+93=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0255D is #5FDAA2. Grayscale: #505050. Windows color (decimal): -6281891 or 6104480. OLE color: 6104480.
HSL color Cylindrical-coordinate representation of color #A0255D: hue angle of 332.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0255D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 93 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.37 |
| HSL | 332.68º | 0.62% | 0.39% | - |
| HSV(B) | 332.68º | 0.77% | 0.63% | - |
| XYZ | 17.13 | 9.59 | 11.3 | - |
| YUV | 80.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 93 | 0 | 0.77 | 0.42 | 0.37 | 332.68 | 0.62 | 0.39 |
| Hex | A0 | 25 | 5D | 0 | 4D | 2A | 25 | 14D | 3E | 27 |
| Octal | 240 | 45 | 135 | 0 | 115 | 52 | 45 | 515 | 76 | 47 |
| Binary | 10100000 | 100101 | 1011101 | 0 | 1001101 | 101010 | 100101 | 101001101 | 111110 | 100111 |
Color Harmonies of #A0255D
Complementary color
Monochromatic Colors of #A0255D
Black with #A0255D
Text Example
Text Example
White with #A0255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0255D; }
p { color: rgb(160,37,93); }
H1.HeaderClassName
{
color: #A0255D;
}
.AnyTagClassName
{
color: #A0255D;
}
</style>
background-color css
<style>
a { background-color: #A0255D; }
a { background-color: rgb(160,37,93); }
div.DivClassName
{
background-color: #A0255D;
}
.BgClassName
{
background-color: #A0255D;
}
</style>
border-color css
<style>
span { border-color: #A0255D; }
span { border-color: rgb(160,37,93); }
td.TdClassName
{
border-color: #A0255D;
}
.TagClassName
{
border-color: #A0255D;
}
</style>