Shades of Hippie Pink #AB4450
Tints of Hippie Pink #AB4450
RGB
CMYK
RGB Variations
Color information
#AB4450 (or 0xAB4450) is known color: Hippie Pink. HEX triplet: AB, 44 and 50. RGB value is (171,68,80). Sum of RGB (Red+Green+Blue) = 171+68+80=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4450 is #54BBAF. Grayscale: #646464. Windows color (decimal): -5553072 or 5260459. OLE color: 5260459.
HSL color Cylindrical-coordinate representation of color #AB4450: hue angle of 353.01º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4450 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 80 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.33 |
| HSL | 353.01º | 0.43% | 0.47% | - |
| HSV(B) | 353.01º | 0.6% | 0.67% | - |
| XYZ | 20.31 | 13.37 | 9.1 | - |
| YUV | 100.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 80 | 0 | 0.60 | 0.53 | 0.33 | 353.01 | 0.43 | 0.47 |
| Hex | AB | 44 | 50 | 0 | 3C | 35 | 21 | 161 | 2B | 2F |
| Octal | 253 | 104 | 120 | 0 | 74 | 65 | 41 | 541 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1010000 | 0 | 111100 | 110101 | 100001 | 101100001 | 101011 | 101111 |
Color Harmonies of #AB4450
Complementary color
Monochromatic Colors of #AB4450
Black with #AB4450
Text Example
Text Example
White with #AB4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4450; }
p { color: rgb(171,68,80); }
H1.HeaderClassName
{
color: #AB4450;
}
.AnyTagClassName
{
color: #AB4450;
}
</style>
background-color css
<style>
a { background-color: #AB4450; }
a { background-color: rgb(171,68,80); }
div.DivClassName
{
background-color: #AB4450;
}
.BgClassName
{
background-color: #AB4450;
}
</style>
border-color css
<style>
span { border-color: #AB4450; }
span { border-color: rgb(171,68,80); }
td.TdClassName
{
border-color: #AB4450;
}
.TagClassName
{
border-color: #AB4450;
}
</style>