Shades of Lipstick #A32766
Tints of Lipstick #A32766
RGB
CMYK
RGB Variations
Color information
#A32766 (or 0xA32766) is known color: Lipstick. HEX triplet: A3, 27 and 66. RGB value is (163,39,102). Sum of RGB (Red+Green+Blue) = 163+39+102=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A32766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32766 is #5CD899. Grayscale: #535353. Windows color (decimal): -6084762 or 6694819. OLE color: 6694819.
HSL color Cylindrical-coordinate representation of color #A32766: hue angle of 329.52º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32766 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 102 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.36 |
| HSL | 329.52º | 0.61% | 0.4% | - |
| HSV(B) | 329.52º | 0.76% | 0.64% | - |
| XYZ | 18.23 | 10.2 | 13.58 | - |
| YUV | 83.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 102 | 0 | 0.76 | 0.37 | 0.36 | 329.52 | 0.61 | 0.4 |
| Hex | A3 | 27 | 66 | 0 | 4C | 25 | 24 | 14A | 3D | 28 |
| Octal | 243 | 47 | 146 | 0 | 114 | 45 | 44 | 512 | 75 | 50 |
| Binary | 10100011 | 100111 | 1100110 | 0 | 1001100 | 100101 | 100100 | 101001010 | 111101 | 101000 |
Color Harmonies of #A32766
Complementary color
Monochromatic Colors of #A32766
Black with #A32766
Text Example
Text Example
White with #A32766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32766; }
p { color: rgb(163,39,102); }
H1.HeaderClassName
{
color: #A32766;
}
.AnyTagClassName
{
color: #A32766;
}
</style>
background-color css
<style>
a { background-color: #A32766; }
a { background-color: rgb(163,39,102); }
div.DivClassName
{
background-color: #A32766;
}
.BgClassName
{
background-color: #A32766;
}
</style>
border-color css
<style>
span { border-color: #A32766; }
span { border-color: rgb(163,39,102); }
td.TdClassName
{
border-color: #A32766;
}
.TagClassName
{
border-color: #A32766;
}
</style>