Shades of Hippie Pink #AB495B
Tints of Hippie Pink #AB495B
RGB
CMYK
RGB Variations
Color information
#AB495B (or 0xAB495B) is known color: Hippie Pink. HEX triplet: AB, 49 and 5B. RGB value is (171,73,91). Sum of RGB (Red+Green+Blue) = 171+73+91=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB495B is #54B6A4. Grayscale: #686868. Windows color (decimal): -5551781 or 5982635. OLE color: 5982635.
HSL color Cylindrical-coordinate representation of color #AB495B: hue angle of 348.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB495B is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 91 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.33 |
| HSL | 348.98º | 0.4% | 0.48% | - |
| HSV(B) | 348.98º | 0.57% | 0.67% | - |
| XYZ | 21.07 | 14.18 | 11.52 | - |
| YUV | 104.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 91 | 0 | 0.57 | 0.47 | 0.33 | 348.98 | 0.4 | 0.48 |
| Hex | AB | 49 | 5B | 0 | 39 | 2F | 21 | 15D | 28 | 30 |
| Octal | 253 | 111 | 133 | 0 | 71 | 57 | 41 | 535 | 50 | 60 |
| Binary | 10101011 | 1001001 | 1011011 | 0 | 111001 | 101111 | 100001 | 101011101 | 101000 | 110000 |
Color Harmonies of #AB495B
Complementary color
Monochromatic Colors of #AB495B
Black with #AB495B
Text Example
Text Example
White with #AB495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB495B; }
p { color: rgb(171,73,91); }
H1.HeaderClassName
{
color: #AB495B;
}
.AnyTagClassName
{
color: #AB495B;
}
</style>
background-color css
<style>
a { background-color: #AB495B; }
a { background-color: rgb(171,73,91); }
div.DivClassName
{
background-color: #AB495B;
}
.BgClassName
{
background-color: #AB495B;
}
</style>
border-color css
<style>
span { border-color: #AB495B; }
span { border-color: rgb(171,73,91); }
td.TdClassName
{
border-color: #AB495B;
}
.TagClassName
{
border-color: #AB495B;
}
</style>