Shades of Hippie Pink #AB4253
Tints of Hippie Pink #AB4253
RGB
CMYK
RGB Variations
Color information
#AB4253 (or 0xAB4253) is known color: Hippie Pink. HEX triplet: AB, 42 and 53. RGB value is (171,66,83). Sum of RGB (Red+Green+Blue) = 171+66+83=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4253 is #54BDAC. Grayscale: #636363. Windows color (decimal): -5553581 or 5456555. OLE color: 5456555.
HSL color Cylindrical-coordinate representation of color #AB4253: hue angle of 350.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4253 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 83 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.33 |
| HSL | 350.29º | 0.44% | 0.46% | - |
| HSV(B) | 350.29º | 0.61% | 0.67% | - |
| XYZ | 20.3 | 13.18 | 9.66 | - |
| YUV | 99.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 83 | 0 | 0.61 | 0.51 | 0.33 | 350.29 | 0.44 | 0.46 |
| Hex | AB | 42 | 53 | 0 | 3D | 33 | 21 | 15E | 2C | 2E |
| Octal | 253 | 102 | 123 | 0 | 75 | 63 | 41 | 536 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1010011 | 0 | 111101 | 110011 | 100001 | 101011110 | 101100 | 101110 |
Color Harmonies of #AB4253
Complementary color
Monochromatic Colors of #AB4253
Black with #AB4253
Text Example
Text Example
White with #AB4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4253; }
p { color: rgb(171,66,83); }
H1.HeaderClassName
{
color: #AB4253;
}
.AnyTagClassName
{
color: #AB4253;
}
</style>
background-color css
<style>
a { background-color: #AB4253; }
a { background-color: rgb(171,66,83); }
div.DivClassName
{
background-color: #AB4253;
}
.BgClassName
{
background-color: #AB4253;
}
</style>
border-color css
<style>
span { border-color: #AB4253; }
span { border-color: rgb(171,66,83); }
td.TdClassName
{
border-color: #AB4253;
}
.TagClassName
{
border-color: #AB4253;
}
</style>