Shades of Lipstick #A82458
Tints of Lipstick #A82458
RGB
CMYK
RGB Variations
Color information
#A82458 (or 0xA82458) is known color: Lipstick. HEX triplet: A8, 24 and 58. RGB value is (168,36,88). Sum of RGB (Red+Green+Blue) = 168+36+88=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A82458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82458 is #57DBA7. Grayscale: #515151. Windows color (decimal): -5757864 or 5776552. OLE color: 5776552.
HSL color Cylindrical-coordinate representation of color #A82458: hue angle of 336.36º 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 #A82458 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 88 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.34 |
| HSL | 336.36º | 0.65% | 0.4% | - |
| HSV(B) | 336.36º | 0.79% | 0.66% | - |
| XYZ | 18.54 | 10.29 | 10.24 | - |
| YUV | 81.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 88 | 0 | 0.79 | 0.48 | 0.34 | 336.36 | 0.65 | 0.4 |
| Hex | A8 | 24 | 58 | 0 | 4F | 30 | 22 | 150 | 41 | 28 |
| Octal | 250 | 44 | 130 | 0 | 117 | 60 | 42 | 520 | 101 | 50 |
| Binary | 10101000 | 100100 | 1011000 | 0 | 1001111 | 110000 | 100010 | 101010000 | 1000001 | 101000 |
Color Harmonies of #A82458
Complementary color
Monochromatic Colors of #A82458
Black with #A82458
Text Example
Text Example
White with #A82458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82458; }
p { color: rgb(168,36,88); }
H1.HeaderClassName
{
color: #A82458;
}
.AnyTagClassName
{
color: #A82458;
}
</style>
background-color css
<style>
a { background-color: #A82458; }
a { background-color: rgb(168,36,88); }
div.DivClassName
{
background-color: #A82458;
}
.BgClassName
{
background-color: #A82458;
}
</style>
border-color css
<style>
span { border-color: #A82458; }
span { border-color: rgb(168,36,88); }
td.TdClassName
{
border-color: #A82458;
}
.TagClassName
{
border-color: #A82458;
}
</style>