Shades of Lipstick #A02465
Tints of Lipstick #A02465
RGB
CMYK
RGB Variations
Color information
#A02465 (or 0xA02465) is known color: Lipstick. HEX triplet: A0, 24 and 65. RGB value is (160,36,101). Sum of RGB (Red+Green+Blue) = 160+36+101=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A02465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02465 is #5FDB9A. Grayscale: #505050. Windows color (decimal): -6282139 or 6628512. OLE color: 6628512.
HSL color Cylindrical-coordinate representation of color #A02465: hue angle of 328.55º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02465 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 101 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.37 |
| HSL | 328.55º | 0.63% | 0.38% | - |
| HSV(B) | 328.55º | 0.78% | 0.63% | - |
| XYZ | 17.48 | 9.67 | 13.26 | - |
| YUV | 80.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 101 | 0 | 0.78 | 0.37 | 0.37 | 328.55 | 0.63 | 0.38 |
| Hex | A0 | 24 | 65 | 0 | 4E | 25 | 25 | 149 | 3F | 26 |
| Octal | 240 | 44 | 145 | 0 | 116 | 45 | 45 | 511 | 77 | 46 |
| Binary | 10100000 | 100100 | 1100101 | 0 | 1001110 | 100101 | 100101 | 101001001 | 111111 | 100110 |
Color Harmonies of #A02465
Complementary color
Monochromatic Colors of #A02465
Black with #A02465
Text Example
Text Example
White with #A02465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02465; }
p { color: rgb(160,36,101); }
H1.HeaderClassName
{
color: #A02465;
}
.AnyTagClassName
{
color: #A02465;
}
</style>
background-color css
<style>
a { background-color: #A02465; }
a { background-color: rgb(160,36,101); }
div.DivClassName
{
background-color: #A02465;
}
.BgClassName
{
background-color: #A02465;
}
</style>
border-color css
<style>
span { border-color: #A02465; }
span { border-color: rgb(160,36,101); }
td.TdClassName
{
border-color: #A02465;
}
.TagClassName
{
border-color: #A02465;
}
</style>