Shades of Lipstick #A6255A
Tints of Lipstick #A6255A
RGB
CMYK
RGB Variations
Color information
#A6255A (or 0xA6255A) is known color: Lipstick. HEX triplet: A6, 25 and 5A. RGB value is (166,37,90). Sum of RGB (Red+Green+Blue) = 166+37+90=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6255A is #59DAA5. Grayscale: #515151. Windows color (decimal): -5888678 or 5907878. OLE color: 5907878.
HSL color Cylindrical-coordinate representation of color #A6255A: hue angle of 335.35º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6255A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 90 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.35 |
| HSL | 335.35º | 0.64% | 0.4% | - |
| HSV(B) | 335.35º | 0.78% | 0.65% | - |
| XYZ | 18.23 | 10.17 | 10.67 | - |
| YUV | 81.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 90 | 0 | 0.78 | 0.46 | 0.35 | 335.35 | 0.64 | 0.4 |
| Hex | A6 | 25 | 5A | 0 | 4E | 2E | 23 | 14F | 40 | 28 |
| Octal | 246 | 45 | 132 | 0 | 116 | 56 | 43 | 517 | 100 | 50 |
| Binary | 10100110 | 100101 | 1011010 | 0 | 1001110 | 101110 | 100011 | 101001111 | 1000000 | 101000 |
Color Harmonies of #A6255A
Complementary color
Monochromatic Colors of #A6255A
Black with #A6255A
Text Example
Text Example
White with #A6255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6255A; }
p { color: rgb(166,37,90); }
H1.HeaderClassName
{
color: #A6255A;
}
.AnyTagClassName
{
color: #A6255A;
}
</style>
background-color css
<style>
a { background-color: #A6255A; }
a { background-color: rgb(166,37,90); }
div.DivClassName
{
background-color: #A6255A;
}
.BgClassName
{
background-color: #A6255A;
}
</style>
border-color css
<style>
span { border-color: #A6255A; }
span { border-color: rgb(166,37,90); }
td.TdClassName
{
border-color: #A6255A;
}
.TagClassName
{
border-color: #A6255A;
}
</style>