Shades of Lipstick #A42763
Tints of Lipstick #A42763
RGB
CMYK
RGB Variations
Color information
#A42763 (or 0xA42763) is known color: Lipstick. HEX triplet: A4, 27 and 63. RGB value is (164,39,99). Sum of RGB (Red+Green+Blue) = 164+39+99=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A42763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42763 is #5BD89C. Grayscale: #535353. Windows color (decimal): -6019229 or 6498212. OLE color: 6498212.
HSL color Cylindrical-coordinate representation of color #A42763: hue angle of 331.2º degrees, saturation: 0.62, 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 #A42763 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 99 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.36 |
| HSL | 331.2º | 0.62% | 0.4% | - |
| HSV(B) | 331.2º | 0.76% | 0.64% | - |
| XYZ | 18.29 | 10.24 | 12.82 | - |
| YUV | 83.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 99 | 0 | 0.76 | 0.40 | 0.36 | 331.2 | 0.62 | 0.4 |
| Hex | A4 | 27 | 63 | 0 | 4C | 28 | 24 | 14B | 3E | 28 |
| Octal | 244 | 47 | 143 | 0 | 114 | 50 | 44 | 513 | 76 | 50 |
| Binary | 10100100 | 100111 | 1100011 | 0 | 1001100 | 101000 | 100100 | 101001011 | 111110 | 101000 |
Color Harmonies of #A42763
Complementary color
Monochromatic Colors of #A42763
Black with #A42763
Text Example
Text Example
White with #A42763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42763; }
p { color: rgb(164,39,99); }
H1.HeaderClassName
{
color: #A42763;
}
.AnyTagClassName
{
color: #A42763;
}
</style>
background-color css
<style>
a { background-color: #A42763; }
a { background-color: rgb(164,39,99); }
div.DivClassName
{
background-color: #A42763;
}
.BgClassName
{
background-color: #A42763;
}
</style>
border-color css
<style>
span { border-color: #A42763; }
span { border-color: rgb(164,39,99); }
td.TdClassName
{
border-color: #A42763;
}
.TagClassName
{
border-color: #A42763;
}
</style>