Shades of Lipstick #A82150
Tints of Lipstick #A82150
RGB
CMYK
RGB Variations
Color information
#A82150 (or 0xA82150) is known color: Lipstick. HEX triplet: A8, 21 and 50. RGB value is (168,33,80). Sum of RGB (Red+Green+Blue) = 168+33+80=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A82150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82150 is #57DEAF. Grayscale: #4E4E4E. Windows color (decimal): -5758640 or 5251496. OLE color: 5251496.
HSL color Cylindrical-coordinate representation of color #A82150: hue angle of 339.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82150 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 80 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.34 |
| HSL | 339.11º | 0.67% | 0.39% | - |
| HSV(B) | 339.11º | 0.8% | 0.66% | - |
| XYZ | 18.14 | 9.99 | 8.56 | - |
| YUV | 78.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 80 | 0 | 0.80 | 0.52 | 0.34 | 339.11 | 0.67 | 0.39 |
| Hex | A8 | 21 | 50 | 0 | 50 | 34 | 22 | 153 | 43 | 27 |
| Octal | 250 | 41 | 120 | 0 | 120 | 64 | 42 | 523 | 103 | 47 |
| Binary | 10101000 | 100001 | 1010000 | 0 | 1010000 | 110100 | 100010 | 101010011 | 1000011 | 100111 |
Color Harmonies of #A82150
Complementary color
Monochromatic Colors of #A82150
Black with #A82150
Text Example
Text Example
White with #A82150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82150; }
p { color: rgb(168,33,80); }
H1.HeaderClassName
{
color: #A82150;
}
.AnyTagClassName
{
color: #A82150;
}
</style>
background-color css
<style>
a { background-color: #A82150; }
a { background-color: rgb(168,33,80); }
div.DivClassName
{
background-color: #A82150;
}
.BgClassName
{
background-color: #A82150;
}
</style>
border-color css
<style>
span { border-color: #A82150; }
span { border-color: rgb(168,33,80); }
td.TdClassName
{
border-color: #A82150;
}
.TagClassName
{
border-color: #A82150;
}
</style>