Shades of Hippie Pink #AB505C
Tints of Hippie Pink #AB505C
RGB
CMYK
RGB Variations
Color information
#AB505C (or 0xAB505C) is known color: Hippie Pink. HEX triplet: AB, 50 and 5C. RGB value is (171,80,92). Sum of RGB (Red+Green+Blue) = 171+80+92=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB505C is #54AFA3. Grayscale: #6C6C6C. Windows color (decimal): -5549988 or 6049963. OLE color: 6049963.
HSL color Cylindrical-coordinate representation of color #AB505C: hue angle of 352.09º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB505C is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 92 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.33 |
| HSL | 352.09º | 0.36% | 0.49% | - |
| HSV(B) | 352.09º | 0.53% | 0.67% | - |
| XYZ | 21.6 | 15.17 | 11.91 | - |
| YUV | 108.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 92 | 0 | 0.53 | 0.46 | 0.33 | 352.09 | 0.36 | 0.49 |
| Hex | AB | 50 | 5C | 0 | 35 | 2E | 21 | 160 | 24 | 31 |
| Octal | 253 | 120 | 134 | 0 | 65 | 56 | 41 | 540 | 44 | 61 |
| Binary | 10101011 | 1010000 | 1011100 | 0 | 110101 | 101110 | 100001 | 101100000 | 100100 | 110001 |
Color Harmonies of #AB505C
Complementary color
Monochromatic Colors of #AB505C
Black with #AB505C
Text Example
Text Example
White with #AB505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB505C; }
p { color: rgb(171,80,92); }
H1.HeaderClassName
{
color: #AB505C;
}
.AnyTagClassName
{
color: #AB505C;
}
</style>
background-color css
<style>
a { background-color: #AB505C; }
a { background-color: rgb(171,80,92); }
div.DivClassName
{
background-color: #AB505C;
}
.BgClassName
{
background-color: #AB505C;
}
</style>
border-color css
<style>
span { border-color: #AB505C; }
span { border-color: rgb(171,80,92); }
td.TdClassName
{
border-color: #AB505C;
}
.TagClassName
{
border-color: #AB505C;
}
</style>