Shades of Lipstick #A61E58
Tints of Lipstick #A61E58
RGB
CMYK
RGB Variations
Color information
#A61E58 (or 0xA61E58) is known color: Lipstick. HEX triplet: A6, 1E and 58. RGB value is (166,30,88). Sum of RGB (Red+Green+Blue) = 166+30+88=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E58 is #59E1A7. Grayscale: #4D4D4D. Windows color (decimal): -5890472 or 5775014. OLE color: 5775014.
HSL color Cylindrical-coordinate representation of color #A61E58: hue angle of 334.41º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E58 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 88 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.35 |
| HSL | 334.41º | 0.69% | 0.38% | - |
| HSV(B) | 334.41º | 0.82% | 0.65% | - |
| XYZ | 17.95 | 9.74 | 10.17 | - |
| YUV | 77.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 88 | 0 | 0.82 | 0.47 | 0.35 | 334.41 | 0.69 | 0.38 |
| Hex | A6 | 1E | 58 | 0 | 52 | 2F | 23 | 14E | 45 | 26 |
| Octal | 246 | 36 | 130 | 0 | 122 | 57 | 43 | 516 | 105 | 46 |
| Binary | 10100110 | 11110 | 1011000 | 0 | 1010010 | 101111 | 100011 | 101001110 | 1000101 | 100110 |
Color Harmonies of #A61E58
Complementary color
Monochromatic Colors of #A61E58
Black with #A61E58
Text Example
Text Example
White with #A61E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E58; }
p { color: rgb(166,30,88); }
H1.HeaderClassName
{
color: #A61E58;
}
.AnyTagClassName
{
color: #A61E58;
}
</style>
background-color css
<style>
a { background-color: #A61E58; }
a { background-color: rgb(166,30,88); }
div.DivClassName
{
background-color: #A61E58;
}
.BgClassName
{
background-color: #A61E58;
}
</style>
border-color css
<style>
span { border-color: #A61E58; }
span { border-color: rgb(166,30,88); }
td.TdClassName
{
border-color: #A61E58;
}
.TagClassName
{
border-color: #A61E58;
}
</style>