Shades of Lipstick #A02769
Tints of Lipstick #A02769
RGB
CMYK
RGB Variations
Color information
#A02769 (or 0xA02769) is known color: Lipstick. HEX triplet: A0, 27 and 69. RGB value is (160,39,105). Sum of RGB (Red+Green+Blue) = 160+39+105=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A02769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02769 is #5FD896. Grayscale: #525252. Windows color (decimal): -6281367 or 6891424. OLE color: 6891424.
HSL color Cylindrical-coordinate representation of color #A02769: hue angle of 327.27º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02769 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 105 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.37 |
| HSL | 327.27º | 0.61% | 0.39% | - |
| HSV(B) | 327.27º | 0.76% | 0.63% | - |
| XYZ | 17.77 | 9.94 | 14.35 | - |
| YUV | 82.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 105 | 0 | 0.76 | 0.34 | 0.37 | 327.27 | 0.61 | 0.39 |
| Hex | A0 | 27 | 69 | 0 | 4C | 22 | 25 | 147 | 3D | 27 |
| Octal | 240 | 47 | 151 | 0 | 114 | 42 | 45 | 507 | 75 | 47 |
| Binary | 10100000 | 100111 | 1101001 | 0 | 1001100 | 100010 | 100101 | 101000111 | 111101 | 100111 |
Color Harmonies of #A02769
Complementary color
Monochromatic Colors of #A02769
Black with #A02769
Text Example
Text Example
White with #A02769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02769; }
p { color: rgb(160,39,105); }
H1.HeaderClassName
{
color: #A02769;
}
.AnyTagClassName
{
color: #A02769;
}
</style>
background-color css
<style>
a { background-color: #A02769; }
a { background-color: rgb(160,39,105); }
div.DivClassName
{
background-color: #A02769;
}
.BgClassName
{
background-color: #A02769;
}
</style>
border-color css
<style>
span { border-color: #A02769; }
span { border-color: rgb(160,39,105); }
td.TdClassName
{
border-color: #A02769;
}
.TagClassName
{
border-color: #A02769;
}
</style>