Shades of Lipstick #A22661
Tints of Lipstick #A22661
RGB
CMYK
RGB Variations
Color information
#A22661 (or 0xA22661) is known color: Lipstick. HEX triplet: A2, 26 and 61. RGB value is (162,38,97). Sum of RGB (Red+Green+Blue) = 162+38+97=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A22661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22661 is #5DD99E. Grayscale: #515151. Windows color (decimal): -6150559 or 6366882. OLE color: 6366882.
HSL color Cylindrical-coordinate representation of color #A22661: hue angle of 331.45º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22661 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 97 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.36 |
| HSL | 331.45º | 0.62% | 0.39% | - |
| HSV(B) | 331.45º | 0.77% | 0.64% | - |
| XYZ | 17.75 | 9.93 | 12.29 | - |
| YUV | 81.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 97 | 0 | 0.77 | 0.40 | 0.36 | 331.45 | 0.62 | 0.39 |
| Hex | A2 | 26 | 61 | 0 | 4D | 28 | 24 | 14B | 3E | 27 |
| Octal | 242 | 46 | 141 | 0 | 115 | 50 | 44 | 513 | 76 | 47 |
| Binary | 10100010 | 100110 | 1100001 | 0 | 1001101 | 101000 | 100100 | 101001011 | 111110 | 100111 |
Color Harmonies of #A22661
Complementary color
Monochromatic Colors of #A22661
Black with #A22661
Text Example
Text Example
White with #A22661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22661; }
p { color: rgb(162,38,97); }
H1.HeaderClassName
{
color: #A22661;
}
.AnyTagClassName
{
color: #A22661;
}
</style>
background-color css
<style>
a { background-color: #A22661; }
a { background-color: rgb(162,38,97); }
div.DivClassName
{
background-color: #A22661;
}
.BgClassName
{
background-color: #A22661;
}
</style>
border-color css
<style>
span { border-color: #A22661; }
span { border-color: rgb(162,38,97); }
td.TdClassName
{
border-color: #A22661;
}
.TagClassName
{
border-color: #A22661;
}
</style>