Shades of Hippie Pink #AB475E
Tints of Hippie Pink #AB475E
RGB
CMYK
RGB Variations
Color information
#AB475E (or 0xAB475E) is known color: Hippie Pink. HEX triplet: AB, 47 and 5E. RGB value is (171,71,94). Sum of RGB (Red+Green+Blue) = 171+71+94=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB475E is #54B8A1. Grayscale: #676767. Windows color (decimal): -5552290 or 6178731. OLE color: 6178731.
HSL color Cylindrical-coordinate representation of color #AB475E: hue angle of 346.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB475E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 94 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.33 |
| HSL | 346.2º | 0.41% | 0.47% | - |
| HSV(B) | 346.2º | 0.58% | 0.67% | - |
| XYZ | 21.07 | 13.97 | 12.18 | - |
| YUV | 103.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 94 | 0 | 0.58 | 0.45 | 0.33 | 346.2 | 0.41 | 0.47 |
| Hex | AB | 47 | 5E | 0 | 3A | 2D | 21 | 15A | 29 | 2F |
| Octal | 253 | 107 | 136 | 0 | 72 | 55 | 41 | 532 | 51 | 57 |
| Binary | 10101011 | 1000111 | 1011110 | 0 | 111010 | 101101 | 100001 | 101011010 | 101001 | 101111 |
Color Harmonies of #AB475E
Complementary color
Monochromatic Colors of #AB475E
Black with #AB475E
Text Example
Text Example
White with #AB475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB475E; }
p { color: rgb(171,71,94); }
H1.HeaderClassName
{
color: #AB475E;
}
.AnyTagClassName
{
color: #AB475E;
}
</style>
background-color css
<style>
a { background-color: #AB475E; }
a { background-color: rgb(171,71,94); }
div.DivClassName
{
background-color: #AB475E;
}
.BgClassName
{
background-color: #AB475E;
}
</style>
border-color css
<style>
span { border-color: #AB475E; }
span { border-color: rgb(171,71,94); }
td.TdClassName
{
border-color: #AB475E;
}
.TagClassName
{
border-color: #AB475E;
}
</style>