Shades of Hippie Pink #AB535B
Tints of Hippie Pink #AB535B
RGB
CMYK
RGB Variations
Color information
#AB535B (or 0xAB535B) is known color: Hippie Pink. HEX triplet: AB, 53 and 5B. RGB value is (171,83,91). Sum of RGB (Red+Green+Blue) = 171+83+91=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB535B is #54ACA4. Grayscale: #6E6E6E. Windows color (decimal): -5549221 or 5985195. OLE color: 5985195.
HSL color Cylindrical-coordinate representation of color #AB535B: hue angle of 354.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB535B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 91 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.33 |
| HSL | 354.55º | 0.35% | 0.5% | - |
| HSV(B) | 354.55º | 0.51% | 0.67% | - |
| XYZ | 21.78 | 15.6 | 11.76 | - |
| YUV | 110.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 91 | 0 | 0.51 | 0.47 | 0.33 | 354.55 | 0.35 | 0.5 |
| Hex | AB | 53 | 5B | 0 | 33 | 2F | 21 | 163 | 23 | 32 |
| Octal | 253 | 123 | 133 | 0 | 63 | 57 | 41 | 543 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1011011 | 0 | 110011 | 101111 | 100001 | 101100011 | 100011 | 110010 |
Color Harmonies of #AB535B
Complementary color
Monochromatic Colors of #AB535B
Black with #AB535B
Text Example
Text Example
White with #AB535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB535B; }
p { color: rgb(171,83,91); }
H1.HeaderClassName
{
color: #AB535B;
}
.AnyTagClassName
{
color: #AB535B;
}
</style>
background-color css
<style>
a { background-color: #AB535B; }
a { background-color: rgb(171,83,91); }
div.DivClassName
{
background-color: #AB535B;
}
.BgClassName
{
background-color: #AB535B;
}
</style>
border-color css
<style>
span { border-color: #AB535B; }
span { border-color: rgb(171,83,91); }
td.TdClassName
{
border-color: #AB535B;
}
.TagClassName
{
border-color: #AB535B;
}
</style>