Shades of Lipstick #A82154
Tints of Lipstick #A82154
RGB
CMYK
RGB Variations
Color information
#A82154 (or 0xA82154) is known color: Lipstick. HEX triplet: A8, 21 and 54. RGB value is (168,33,84). Sum of RGB (Red+Green+Blue) = 168+33+84=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A82154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82154 is #57DEAB. Grayscale: #4F4F4F. Windows color (decimal): -5758636 or 5513640. OLE color: 5513640.
HSL color Cylindrical-coordinate representation of color #A82154: hue angle of 337.33º 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 #A82154 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 84 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.34 |
| HSL | 337.33º | 0.67% | 0.39% | - |
| HSV(B) | 337.33º | 0.8% | 0.66% | - |
| XYZ | 18.29 | 10.05 | 9.36 | - |
| YUV | 79.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 84 | 0 | 0.80 | 0.5 | 0.34 | 337.33 | 0.67 | 0.39 |
| Hex | A8 | 21 | 54 | 0 | 50 | 32 | 22 | 151 | 43 | 27 |
| Octal | 250 | 41 | 124 | 0 | 120 | 62 | 42 | 521 | 103 | 47 |
| Binary | 10101000 | 100001 | 1010100 | 0 | 1010000 | 110010 | 100010 | 101010001 | 1000011 | 100111 |
Color Harmonies of #A82154
Complementary color
Monochromatic Colors of #A82154
Black with #A82154
Text Example
Text Example
White with #A82154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82154; }
p { color: rgb(168,33,84); }
H1.HeaderClassName
{
color: #A82154;
}
.AnyTagClassName
{
color: #A82154;
}
</style>
background-color css
<style>
a { background-color: #A82154; }
a { background-color: rgb(168,33,84); }
div.DivClassName
{
background-color: #A82154;
}
.BgClassName
{
background-color: #A82154;
}
</style>
border-color css
<style>
span { border-color: #A82154; }
span { border-color: rgb(168,33,84); }
td.TdClassName
{
border-color: #A82154;
}
.TagClassName
{
border-color: #A82154;
}
</style>