Shades of Lipstick #A6305B
Tints of Lipstick #A6305B
RGB
CMYK
RGB Variations
Color information
#A6305B (or 0xA6305B) is known color: Lipstick. HEX triplet: A6, 30 and 5B. RGB value is (166,48,91). Sum of RGB (Red+Green+Blue) = 166+48+91=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6305B is #59CFA4. Grayscale: #585858. Windows color (decimal): -5885861 or 5976230. OLE color: 5976230.
HSL color Cylindrical-coordinate representation of color #A6305B: hue angle of 338.14º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6305B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 91 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.35 |
| HSL | 338.14º | 0.55% | 0.42% | - |
| HSV(B) | 338.14º | 0.71% | 0.65% | - |
| XYZ | 18.67 | 10.98 | 11.03 | - |
| YUV | 88.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 91 | 0 | 0.71 | 0.45 | 0.35 | 338.14 | 0.55 | 0.42 |
| Hex | A6 | 30 | 5B | 0 | 47 | 2D | 23 | 152 | 37 | 2A |
| Octal | 246 | 60 | 133 | 0 | 107 | 55 | 43 | 522 | 67 | 52 |
| Binary | 10100110 | 110000 | 1011011 | 0 | 1000111 | 101101 | 100011 | 101010010 | 110111 | 101010 |
Color Harmonies of #A6305B
Complementary color
Monochromatic Colors of #A6305B
Black with #A6305B
Text Example
Text Example
White with #A6305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6305B; }
p { color: rgb(166,48,91); }
H1.HeaderClassName
{
color: #A6305B;
}
.AnyTagClassName
{
color: #A6305B;
}
</style>
background-color css
<style>
a { background-color: #A6305B; }
a { background-color: rgb(166,48,91); }
div.DivClassName
{
background-color: #A6305B;
}
.BgClassName
{
background-color: #A6305B;
}
</style>
border-color css
<style>
span { border-color: #A6305B; }
span { border-color: rgb(166,48,91); }
td.TdClassName
{
border-color: #A6305B;
}
.TagClassName
{
border-color: #A6305B;
}
</style>