Shades of Hippie Pink #AC415C
Tints of Hippie Pink #AC415C
RGB
CMYK
RGB Variations
Color information
#AC415C (or 0xAC415C) is known color: Hippie Pink. HEX triplet: AC, 41 and 5C. RGB value is (172,65,92). Sum of RGB (Red+Green+Blue) = 172+65+92=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415C is #53BEA3. Grayscale: #646464. Windows color (decimal): -5488292 or 6046124. OLE color: 6046124.
HSL color Cylindrical-coordinate representation of color #AC415C: hue angle of 344.86º 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 #AC415C is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 92 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.33 |
| HSL | 344.86º | 0.45% | 0.46% | - |
| HSV(B) | 344.86º | 0.62% | 0.67% | - |
| XYZ | 20.84 | 13.32 | 11.6 | - |
| YUV | 100.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 92 | 0 | 0.62 | 0.47 | 0.33 | 344.86 | 0.45 | 0.46 |
| Hex | AC | 41 | 5C | 0 | 3E | 2F | 21 | 159 | 2D | 2E |
| Octal | 254 | 101 | 134 | 0 | 76 | 57 | 41 | 531 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1011100 | 0 | 111110 | 101111 | 100001 | 101011001 | 101101 | 101110 |
Color Harmonies of #AC415C
Complementary color
Monochromatic Colors of #AC415C
Black with #AC415C
Text Example
Text Example
White with #AC415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC415C; }
p { color: rgb(172,65,92); }
H1.HeaderClassName
{
color: #AC415C;
}
.AnyTagClassName
{
color: #AC415C;
}
</style>
background-color css
<style>
a { background-color: #AC415C; }
a { background-color: rgb(172,65,92); }
div.DivClassName
{
background-color: #AC415C;
}
.BgClassName
{
background-color: #AC415C;
}
</style>
border-color css
<style>
span { border-color: #AC415C; }
span { border-color: rgb(172,65,92); }
td.TdClassName
{
border-color: #AC415C;
}
.TagClassName
{
border-color: #AC415C;
}
</style>