Shades of Lipstick #AC255B
Tints of Lipstick #AC255B
RGB
CMYK
RGB Variations
Color information
#AC255B (or 0xAC255B) is known color: Lipstick. HEX triplet: AC, 25 and 5B. RGB value is (172,37,91). Sum of RGB (Red+Green+Blue) = 172+37+91=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC255B is #53DAA4. Grayscale: #535353. Windows color (decimal): -5495461 or 5973420. OLE color: 5973420.
HSL color Cylindrical-coordinate representation of color #AC255B: hue angle of 336º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC255B is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 91 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.33 |
| HSL | 336º | 0.65% | 0.41% | - |
| HSV(B) | 336º | 0.78% | 0.67% | - |
| XYZ | 19.56 | 10.85 | 10.96 | - |
| YUV | 83.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 91 | 0 | 0.78 | 0.47 | 0.33 | 336 | 0.65 | 0.41 |
| Hex | AC | 25 | 5B | 0 | 4E | 2F | 21 | 150 | 41 | 29 |
| Octal | 254 | 45 | 133 | 0 | 116 | 57 | 41 | 520 | 101 | 51 |
| Binary | 10101100 | 100101 | 1011011 | 0 | 1001110 | 101111 | 100001 | 101010000 | 1000001 | 101001 |
Color Harmonies of #AC255B
Complementary color
Monochromatic Colors of #AC255B
Black with #AC255B
Text Example
Text Example
White with #AC255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC255B; }
p { color: rgb(172,37,91); }
H1.HeaderClassName
{
color: #AC255B;
}
.AnyTagClassName
{
color: #AC255B;
}
</style>
background-color css
<style>
a { background-color: #AC255B; }
a { background-color: rgb(172,37,91); }
div.DivClassName
{
background-color: #AC255B;
}
.BgClassName
{
background-color: #AC255B;
}
</style>
border-color css
<style>
span { border-color: #AC255B; }
span { border-color: rgb(172,37,91); }
td.TdClassName
{
border-color: #AC255B;
}
.TagClassName
{
border-color: #AC255B;
}
</style>