Shades of Hippie Pink #AE415C
Tints of Hippie Pink #AE415C
RGB
CMYK
RGB Variations
Color information
#AE415C (or 0xAE415C) is known color: Hippie Pink. HEX triplet: AE, 41 and 5C. RGB value is (174,65,92). Sum of RGB (Red+Green+Blue) = 174+65+92=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE415C is #51BEA3. Grayscale: #646464. Windows color (decimal): -5357220 or 6046126. OLE color: 6046126.
HSL color Cylindrical-coordinate representation of color #AE415C: hue angle of 345.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE415C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 92 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.32 |
| HSL | 345.14º | 0.46% | 0.47% | - |
| HSV(B) | 345.14º | 0.63% | 0.68% | - |
| XYZ | 21.28 | 13.55 | 11.62 | - |
| YUV | 100.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 92 | 0 | 0.63 | 0.47 | 0.32 | 345.14 | 0.46 | 0.47 |
| Hex | AE | 41 | 5C | 0 | 3F | 2F | 20 | 159 | 2E | 2F |
| Octal | 256 | 101 | 134 | 0 | 77 | 57 | 40 | 531 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1011100 | 0 | 111111 | 101111 | 100000 | 101011001 | 101110 | 101111 |
Color Harmonies of #AE415C
Complementary color
Monochromatic Colors of #AE415C
Black with #AE415C
Text Example
Text Example
White with #AE415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE415C; }
p { color: rgb(174,65,92); }
H1.HeaderClassName
{
color: #AE415C;
}
.AnyTagClassName
{
color: #AE415C;
}
</style>
background-color css
<style>
a { background-color: #AE415C; }
a { background-color: rgb(174,65,92); }
div.DivClassName
{
background-color: #AE415C;
}
.BgClassName
{
background-color: #AE415C;
}
</style>
border-color css
<style>
span { border-color: #AE415C; }
span { border-color: rgb(174,65,92); }
td.TdClassName
{
border-color: #AE415C;
}
.TagClassName
{
border-color: #AE415C;
}
</style>