Shades of Hippie Pink #AB4454
Tints of Hippie Pink #AB4454
RGB
CMYK
RGB Variations
Color information
#AB4454 (or 0xAB4454) is known color: Hippie Pink. HEX triplet: AB, 44 and 54. RGB value is (171,68,84). Sum of RGB (Red+Green+Blue) = 171+68+84=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4454 is #54BBAB. Grayscale: #646464. Windows color (decimal): -5553068 or 5522603. OLE color: 5522603.
HSL color Cylindrical-coordinate representation of color #AB4454: hue angle of 350.68º 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 #AB4454 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 84 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.33 |
| HSL | 350.68º | 0.43% | 0.47% | - |
| HSV(B) | 350.68º | 0.6% | 0.67% | - |
| XYZ | 20.46 | 13.43 | 9.9 | - |
| YUV | 100.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 84 | 0 | 0.60 | 0.51 | 0.33 | 350.68 | 0.43 | 0.47 |
| Hex | AB | 44 | 54 | 0 | 3C | 33 | 21 | 15F | 2B | 2F |
| Octal | 253 | 104 | 124 | 0 | 74 | 63 | 41 | 537 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1010100 | 0 | 111100 | 110011 | 100001 | 101011111 | 101011 | 101111 |
Color Harmonies of #AB4454
Complementary color
Monochromatic Colors of #AB4454
Black with #AB4454
Text Example
Text Example
White with #AB4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4454; }
p { color: rgb(171,68,84); }
H1.HeaderClassName
{
color: #AB4454;
}
.AnyTagClassName
{
color: #AB4454;
}
</style>
background-color css
<style>
a { background-color: #AB4454; }
a { background-color: rgb(171,68,84); }
div.DivClassName
{
background-color: #AB4454;
}
.BgClassName
{
background-color: #AB4454;
}
</style>
border-color css
<style>
span { border-color: #AB4454; }
span { border-color: rgb(171,68,84); }
td.TdClassName
{
border-color: #AB4454;
}
.TagClassName
{
border-color: #AB4454;
}
</style>