Shades of Hippie Pink #AB595A
Tints of Hippie Pink #AB595A
RGB
CMYK
RGB Variations
Color information
#AB595A (or 0xAB595A) is known color: Hippie Pink. HEX triplet: AB, 59 and 5A. RGB value is (171,89,90). Sum of RGB (Red+Green+Blue) = 171+89+90=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB595A is #54A6A5. Grayscale: #717171. Windows color (decimal): -5547686 or 5921195. OLE color: 5921195.
HSL color Cylindrical-coordinate representation of color #AB595A: hue angle of 359.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB595A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 90 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.33 |
| HSL | 359.27º | 0.33% | 0.51% | - |
| HSV(B) | 359.27º | 0.48% | 0.67% | - |
| XYZ | 22.21 | 16.54 | 11.69 | - |
| YUV | 113.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 90 | 0 | 0.48 | 0.47 | 0.33 | 359.27 | 0.33 | 0.51 |
| Hex | AB | 59 | 5A | 0 | 30 | 2F | 21 | 167 | 21 | 33 |
| Octal | 253 | 131 | 132 | 0 | 60 | 57 | 41 | 547 | 41 | 63 |
| Binary | 10101011 | 1011001 | 1011010 | 0 | 110000 | 101111 | 100001 | 101100111 | 100001 | 110011 |
Color Harmonies of #AB595A
Complementary color
Monochromatic Colors of #AB595A
Black with #AB595A
Text Example
Text Example
White with #AB595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB595A; }
p { color: rgb(171,89,90); }
H1.HeaderClassName
{
color: #AB595A;
}
.AnyTagClassName
{
color: #AB595A;
}
</style>
background-color css
<style>
a { background-color: #AB595A; }
a { background-color: rgb(171,89,90); }
div.DivClassName
{
background-color: #AB595A;
}
.BgClassName
{
background-color: #AB595A;
}
</style>
border-color css
<style>
span { border-color: #AB595A; }
span { border-color: rgb(171,89,90); }
td.TdClassName
{
border-color: #AB595A;
}
.TagClassName
{
border-color: #AB595A;
}
</style>