Shades of Hippie Pink #AB4B63
Tints of Hippie Pink #AB4B63
RGB
CMYK
RGB Variations
Color information
#AB4B63 (or 0xAB4B63) is known color: Hippie Pink. HEX triplet: AB, 4B and 63. RGB value is (171,75,99). Sum of RGB (Red+Green+Blue) = 171+75+99=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B63 is #54B49C. Grayscale: #6A6A6A. Windows color (decimal): -5551261 or 6507435. OLE color: 6507435.
HSL color Cylindrical-coordinate representation of color #AB4B63: hue angle of 345º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4B63 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 75 | 99 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.33 |
| HSL | 345º | 0.39% | 0.48% | - |
| HSV(B) | 345º | 0.56% | 0.67% | - |
| XYZ | 21.56 | 14.59 | 13.48 | - |
| YUV | 106.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 99 | 0 | 0.56 | 0.42 | 0.33 | 345 | 0.39 | 0.48 |
| Hex | AB | 4B | 63 | 0 | 38 | 2A | 21 | 159 | 27 | 30 |
| Octal | 253 | 113 | 143 | 0 | 70 | 52 | 41 | 531 | 47 | 60 |
| Binary | 10101011 | 1001011 | 1100011 | 0 | 111000 | 101010 | 100001 | 101011001 | 100111 | 110000 |
Color Harmonies of #AB4B63
Complementary color
Monochromatic Colors of #AB4B63
Black with #AB4B63
Text Example
Text Example
White with #AB4B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4B63; }
p { color: rgb(171,75,99); }
H1.HeaderClassName
{
color: #AB4B63;
}
.AnyTagClassName
{
color: #AB4B63;
}
</style>
background-color css
<style>
a { background-color: #AB4B63; }
a { background-color: rgb(171,75,99); }
div.DivClassName
{
background-color: #AB4B63;
}
.BgClassName
{
background-color: #AB4B63;
}
</style>
border-color css
<style>
span { border-color: #AB4B63; }
span { border-color: rgb(171,75,99); }
td.TdClassName
{
border-color: #AB4B63;
}
.TagClassName
{
border-color: #AB4B63;
}
</style>