Shades of Lipstick #A82454
Tints of Lipstick #A82454
RGB
CMYK
RGB Variations
Color information
#A82454 (or 0xA82454) is known color: Lipstick. HEX triplet: A8, 24 and 54. RGB value is (168,36,84). Sum of RGB (Red+Green+Blue) = 168+36+84=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A82454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82454 is #57DBAB. Grayscale: #505050. Windows color (decimal): -5757868 or 5514408. OLE color: 5514408.
HSL color Cylindrical-coordinate representation of color #A82454: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82454 is Cyan = 0, Magento = 0.79, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 84 | - |
| CMYK | 0 | 0.79 | 0.5 | 0.34 |
| HSL | 338.18º | 0.65% | 0.4% | - |
| HSV(B) | 338.18º | 0.79% | 0.66% | - |
| XYZ | 18.38 | 10.23 | 9.39 | - |
| YUV | 80.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 84 | 0 | 0.79 | 0.5 | 0.34 | 338.18 | 0.65 | 0.4 |
| Hex | A8 | 24 | 54 | 0 | 4F | 32 | 22 | 152 | 41 | 28 |
| Octal | 250 | 44 | 124 | 0 | 117 | 62 | 42 | 522 | 101 | 50 |
| Binary | 10101000 | 100100 | 1010100 | 0 | 1001111 | 110010 | 100010 | 101010010 | 1000001 | 101000 |
Color Harmonies of #A82454
Complementary color
Monochromatic Colors of #A82454
Black with #A82454
Text Example
Text Example
White with #A82454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82454; }
p { color: rgb(168,36,84); }
H1.HeaderClassName
{
color: #A82454;
}
.AnyTagClassName
{
color: #A82454;
}
</style>
background-color css
<style>
a { background-color: #A82454; }
a { background-color: rgb(168,36,84); }
div.DivClassName
{
background-color: #A82454;
}
.BgClassName
{
background-color: #A82454;
}
</style>
border-color css
<style>
span { border-color: #A82454; }
span { border-color: rgb(168,36,84); }
td.TdClassName
{
border-color: #A82454;
}
.TagClassName
{
border-color: #A82454;
}
</style>