Shades of Lipstick #A82654
Tints of Lipstick #A82654
RGB
CMYK
RGB Variations
Color information
#A82654 (or 0xA82654) is known color: Lipstick. HEX triplet: A8, 26 and 54. RGB value is (168,38,84). Sum of RGB (Red+Green+Blue) = 168+38+84=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A82654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82654 is #57D9AB. Grayscale: #525252. Windows color (decimal): -5757356 or 5514920. OLE color: 5514920.
HSL color Cylindrical-coordinate representation of color #A82654: hue angle of 338.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82654 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 84 | - |
| CMYK | 0 | 0.77 | 0.5 | 0.34 |
| HSL | 338.77º | 0.63% | 0.4% | - |
| HSV(B) | 338.77º | 0.77% | 0.66% | - |
| XYZ | 18.44 | 10.35 | 9.41 | - |
| YUV | 82.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 84 | 0 | 0.77 | 0.5 | 0.34 | 338.77 | 0.63 | 0.4 |
| Hex | A8 | 26 | 54 | 0 | 4D | 32 | 22 | 153 | 3F | 28 |
| Octal | 250 | 46 | 124 | 0 | 115 | 62 | 42 | 523 | 77 | 50 |
| Binary | 10101000 | 100110 | 1010100 | 0 | 1001101 | 110010 | 100010 | 101010011 | 111111 | 101000 |
Color Harmonies of #A82654
Complementary color
Monochromatic Colors of #A82654
Black with #A82654
Text Example
Text Example
White with #A82654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82654; }
p { color: rgb(168,38,84); }
H1.HeaderClassName
{
color: #A82654;
}
.AnyTagClassName
{
color: #A82654;
}
</style>
background-color css
<style>
a { background-color: #A82654; }
a { background-color: rgb(168,38,84); }
div.DivClassName
{
background-color: #A82654;
}
.BgClassName
{
background-color: #A82654;
}
</style>
border-color css
<style>
span { border-color: #A82654; }
span { border-color: rgb(168,38,84); }
td.TdClassName
{
border-color: #A82654;
}
.TagClassName
{
border-color: #A82654;
}
</style>