Shades of Hippie Pink #AC415D
Tints of Hippie Pink #AC415D
RGB
CMYK
RGB Variations
Color information
#AC415D (or 0xAC415D) is known color: Hippie Pink. HEX triplet: AC, 41 and 5D. RGB value is (172,65,93). Sum of RGB (Red+Green+Blue) = 172+65+93=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415D is #53BEA2. Grayscale: #646464. Windows color (decimal): -5488291 or 6111660. OLE color: 6111660.
HSL color Cylindrical-coordinate representation of color #AC415D: hue angle of 344.3º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC415D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 93 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.33 |
| HSL | 344.3º | 0.45% | 0.46% | - |
| HSV(B) | 344.3º | 0.62% | 0.67% | - |
| XYZ | 20.88 | 13.34 | 11.83 | - |
| YUV | 100.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 93 | 0 | 0.62 | 0.46 | 0.33 | 344.3 | 0.45 | 0.46 |
| Hex | AC | 41 | 5D | 0 | 3E | 2E | 21 | 158 | 2D | 2E |
| Octal | 254 | 101 | 135 | 0 | 76 | 56 | 41 | 530 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1011101 | 0 | 111110 | 101110 | 100001 | 101011000 | 101101 | 101110 |
Color Harmonies of #AC415D
Complementary color
Monochromatic Colors of #AC415D
Black with #AC415D
Text Example
Text Example
White with #AC415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC415D; }
p { color: rgb(172,65,93); }
H1.HeaderClassName
{
color: #AC415D;
}
.AnyTagClassName
{
color: #AC415D;
}
</style>
background-color css
<style>
a { background-color: #AC415D; }
a { background-color: rgb(172,65,93); }
div.DivClassName
{
background-color: #AC415D;
}
.BgClassName
{
background-color: #AC415D;
}
</style>
border-color css
<style>
span { border-color: #AC415D; }
span { border-color: rgb(172,65,93); }
td.TdClassName
{
border-color: #AC415D;
}
.TagClassName
{
border-color: #AC415D;
}
</style>