Shades of Lipstick #A22865
Tints of Lipstick #A22865
RGB
CMYK
RGB Variations
Color information
#A22865 (or 0xA22865) is known color: Lipstick. HEX triplet: A2, 28 and 65. RGB value is (162,40,101). Sum of RGB (Red+Green+Blue) = 162+40+101=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A22865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22865 is #5DD79A. Grayscale: #535353. Windows color (decimal): -6150043 or 6629538. OLE color: 6629538.
HSL color Cylindrical-coordinate representation of color #A22865: hue angle of 330º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22865 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 101 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.36 |
| HSL | 330º | 0.6% | 0.4% | - |
| HSV(B) | 330º | 0.75% | 0.64% | - |
| XYZ | 18.01 | 10.14 | 13.32 | - |
| YUV | 83.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 101 | 0 | 0.75 | 0.38 | 0.36 | 330 | 0.6 | 0.4 |
| Hex | A2 | 28 | 65 | 0 | 4B | 26 | 24 | 14A | 3C | 28 |
| Octal | 242 | 50 | 145 | 0 | 113 | 46 | 44 | 512 | 74 | 50 |
| Binary | 10100010 | 101000 | 1100101 | 0 | 1001011 | 100110 | 100100 | 101001010 | 111100 | 101000 |
Color Harmonies of #A22865
Complementary color
Monochromatic Colors of #A22865
Black with #A22865
Text Example
Text Example
White with #A22865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22865; }
p { color: rgb(162,40,101); }
H1.HeaderClassName
{
color: #A22865;
}
.AnyTagClassName
{
color: #A22865;
}
</style>
background-color css
<style>
a { background-color: #A22865; }
a { background-color: rgb(162,40,101); }
div.DivClassName
{
background-color: #A22865;
}
.BgClassName
{
background-color: #A22865;
}
</style>
border-color css
<style>
span { border-color: #A22865; }
span { border-color: rgb(162,40,101); }
td.TdClassName
{
border-color: #A22865;
}
.TagClassName
{
border-color: #A22865;
}
</style>