Shades of Lipstick #AC265D
Tints of Lipstick #AC265D
RGB
CMYK
RGB Variations
Color information
#AC265D (or 0xAC265D) is known color: Lipstick. HEX triplet: AC, 26 and 5D. RGB value is (172,38,93). Sum of RGB (Red+Green+Blue) = 172+38+93=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC265D is #53D9A2. Grayscale: #545454. Windows color (decimal): -5495203 or 6104748. OLE color: 6104748.
HSL color Cylindrical-coordinate representation of color #AC265D: hue angle of 335.37º degrees, saturation: 0.64, 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 #AC265D is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 93 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.33 |
| HSL | 335.37º | 0.64% | 0.41% | - |
| HSV(B) | 335.37º | 0.78% | 0.67% | - |
| XYZ | 19.68 | 10.95 | 11.43 | - |
| YUV | 84.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 93 | 0 | 0.78 | 0.46 | 0.33 | 335.37 | 0.64 | 0.41 |
| Hex | AC | 26 | 5D | 0 | 4E | 2E | 21 | 14F | 40 | 29 |
| Octal | 254 | 46 | 135 | 0 | 116 | 56 | 41 | 517 | 100 | 51 |
| Binary | 10101100 | 100110 | 1011101 | 0 | 1001110 | 101110 | 100001 | 101001111 | 1000000 | 101001 |
Color Harmonies of #AC265D
Complementary color
Monochromatic Colors of #AC265D
Black with #AC265D
Text Example
Text Example
White with #AC265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC265D; }
p { color: rgb(172,38,93); }
H1.HeaderClassName
{
color: #AC265D;
}
.AnyTagClassName
{
color: #AC265D;
}
</style>
background-color css
<style>
a { background-color: #AC265D; }
a { background-color: rgb(172,38,93); }
div.DivClassName
{
background-color: #AC265D;
}
.BgClassName
{
background-color: #AC265D;
}
</style>
border-color css
<style>
span { border-color: #AC265D; }
span { border-color: rgb(172,38,93); }
td.TdClassName
{
border-color: #AC265D;
}
.TagClassName
{
border-color: #AC265D;
}
</style>