Shades of Lipstick #A2335A
Tints of Lipstick #A2335A
RGB
CMYK
RGB Variations
Color information
#A2335A (or 0xA2335A) is known color: Lipstick. HEX triplet: A2, 33 and 5A. RGB value is (162,51,90). Sum of RGB (Red+Green+Blue) = 162+51+90=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2335A is #5DCCA5. Grayscale: #585858. Windows color (decimal): -6147238 or 5911458. OLE color: 5911458.
HSL color Cylindrical-coordinate representation of color #A2335A: hue angle of 338.92º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2335A is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 90 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.36 |
| HSL | 338.92º | 0.52% | 0.42% | - |
| HSV(B) | 338.92º | 0.69% | 0.64% | - |
| XYZ | 17.93 | 10.79 | 10.81 | - |
| YUV | 88.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 90 | 0 | 0.69 | 0.44 | 0.36 | 338.92 | 0.52 | 0.42 |
| Hex | A2 | 33 | 5A | 0 | 45 | 2C | 24 | 153 | 34 | 2A |
| Octal | 242 | 63 | 132 | 0 | 105 | 54 | 44 | 523 | 64 | 52 |
| Binary | 10100010 | 110011 | 1011010 | 0 | 1000101 | 101100 | 100100 | 101010011 | 110100 | 101010 |
Color Harmonies of #A2335A
Complementary color
Monochromatic Colors of #A2335A
Black with #A2335A
Text Example
Text Example
White with #A2335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2335A; }
p { color: rgb(162,51,90); }
H1.HeaderClassName
{
color: #A2335A;
}
.AnyTagClassName
{
color: #A2335A;
}
</style>
background-color css
<style>
a { background-color: #A2335A; }
a { background-color: rgb(162,51,90); }
div.DivClassName
{
background-color: #A2335A;
}
.BgClassName
{
background-color: #A2335A;
}
</style>
border-color css
<style>
span { border-color: #A2335A; }
span { border-color: rgb(162,51,90); }
td.TdClassName
{
border-color: #A2335A;
}
.TagClassName
{
border-color: #A2335A;
}
</style>