Shades of Hippie Pink #AE505C
Tints of Hippie Pink #AE505C
RGB
CMYK
RGB Variations
Color information
#AE505C (or 0xAE505C) is known color: Hippie Pink. HEX triplet: AE, 50 and 5C. RGB value is (174,80,92). Sum of RGB (Red+Green+Blue) = 174+80+92=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505C is #51AFA3. Grayscale: #6D6D6D. Windows color (decimal): -5353380 or 6049966. OLE color: 6049966.
HSL color Cylindrical-coordinate representation of color #AE505C: hue angle of 352.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE505C is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 92 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.32 |
| HSL | 352.34º | 0.37% | 0.5% | - |
| HSV(B) | 352.34º | 0.54% | 0.68% | - |
| XYZ | 22.26 | 15.51 | 11.95 | - |
| YUV | 109.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 92 | 0 | 0.54 | 0.47 | 0.32 | 352.34 | 0.37 | 0.5 |
| Hex | AE | 50 | 5C | 0 | 36 | 2F | 20 | 160 | 25 | 32 |
| Octal | 256 | 120 | 134 | 0 | 66 | 57 | 40 | 540 | 45 | 62 |
| Binary | 10101110 | 1010000 | 1011100 | 0 | 110110 | 101111 | 100000 | 101100000 | 100101 | 110010 |
Color Harmonies of #AE505C
Complementary color
Monochromatic Colors of #AE505C
Black with #AE505C
Text Example
Text Example
White with #AE505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE505C; }
p { color: rgb(174,80,92); }
H1.HeaderClassName
{
color: #AE505C;
}
.AnyTagClassName
{
color: #AE505C;
}
</style>
background-color css
<style>
a { background-color: #AE505C; }
a { background-color: rgb(174,80,92); }
div.DivClassName
{
background-color: #AE505C;
}
.BgClassName
{
background-color: #AE505C;
}
</style>
border-color css
<style>
span { border-color: #AE505C; }
span { border-color: rgb(174,80,92); }
td.TdClassName
{
border-color: #AE505C;
}
.TagClassName
{
border-color: #AE505C;
}
</style>