Shades of Lipstick #A02666
Tints of Lipstick #A02666
RGB
CMYK
RGB Variations
Color information
#A02666 (or 0xA02666) is known color: Lipstick. HEX triplet: A0, 26 and 66. RGB value is (160,38,102). Sum of RGB (Red+Green+Blue) = 160+38+102=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A02666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02666 is #5FD999. Grayscale: #515151. Windows color (decimal): -6281626 or 6694560. OLE color: 6694560.
HSL color Cylindrical-coordinate representation of color #A02666: hue angle of 328.52º degrees, saturation: 0.62, 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 #A02666 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 102 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.37 |
| HSL | 328.52º | 0.62% | 0.39% | - |
| HSV(B) | 328.52º | 0.76% | 0.63% | - |
| XYZ | 17.59 | 9.82 | 13.54 | - |
| YUV | 81.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 102 | 0 | 0.76 | 0.36 | 0.37 | 328.52 | 0.62 | 0.39 |
| Hex | A0 | 26 | 66 | 0 | 4C | 24 | 25 | 149 | 3E | 27 |
| Octal | 240 | 46 | 146 | 0 | 114 | 44 | 45 | 511 | 76 | 47 |
| Binary | 10100000 | 100110 | 1100110 | 0 | 1001100 | 100100 | 100101 | 101001001 | 111110 | 100111 |
Color Harmonies of #A02666
Complementary color
Monochromatic Colors of #A02666
Black with #A02666
Text Example
Text Example
White with #A02666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02666; }
p { color: rgb(160,38,102); }
H1.HeaderClassName
{
color: #A02666;
}
.AnyTagClassName
{
color: #A02666;
}
</style>
background-color css
<style>
a { background-color: #A02666; }
a { background-color: rgb(160,38,102); }
div.DivClassName
{
background-color: #A02666;
}
.BgClassName
{
background-color: #A02666;
}
</style>
border-color css
<style>
span { border-color: #A02666; }
span { border-color: rgb(160,38,102); }
td.TdClassName
{
border-color: #A02666;
}
.TagClassName
{
border-color: #A02666;
}
</style>