Shades of Hippie Pink #AB475B
Tints of Hippie Pink #AB475B
RGB
CMYK
RGB Variations
Color information
#AB475B (or 0xAB475B) is known color: Hippie Pink. HEX triplet: AB, 47 and 5B. RGB value is (171,71,91). Sum of RGB (Red+Green+Blue) = 171+71+91=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB475B is #54B8A4. Grayscale: #676767. Windows color (decimal): -5552293 or 5982123. OLE color: 5982123.
HSL color Cylindrical-coordinate representation of color #AB475B: hue angle of 348º 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 #AB475B is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 91 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.33 |
| HSL | 348º | 0.41% | 0.47% | - |
| HSV(B) | 348º | 0.58% | 0.67% | - |
| XYZ | 20.94 | 13.92 | 11.48 | - |
| YUV | 103.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 91 | 0 | 0.58 | 0.47 | 0.33 | 348 | 0.41 | 0.47 |
| Hex | AB | 47 | 5B | 0 | 3A | 2F | 21 | 15C | 29 | 2F |
| Octal | 253 | 107 | 133 | 0 | 72 | 57 | 41 | 534 | 51 | 57 |
| Binary | 10101011 | 1000111 | 1011011 | 0 | 111010 | 101111 | 100001 | 101011100 | 101001 | 101111 |
Color Harmonies of #AB475B
Complementary color
Monochromatic Colors of #AB475B
Black with #AB475B
Text Example
Text Example
White with #AB475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB475B; }
p { color: rgb(171,71,91); }
H1.HeaderClassName
{
color: #AB475B;
}
.AnyTagClassName
{
color: #AB475B;
}
</style>
background-color css
<style>
a { background-color: #AB475B; }
a { background-color: rgb(171,71,91); }
div.DivClassName
{
background-color: #AB475B;
}
.BgClassName
{
background-color: #AB475B;
}
</style>
border-color css
<style>
span { border-color: #AB475B; }
span { border-color: rgb(171,71,91); }
td.TdClassName
{
border-color: #AB475B;
}
.TagClassName
{
border-color: #AB475B;
}
</style>