Shades of Hippie Pink #AB445B
Tints of Hippie Pink #AB445B
RGB
CMYK
RGB Variations
Color information
#AB445B (or 0xAB445B) is known color: Hippie Pink. HEX triplet: AB, 44 and 5B. RGB value is (171,68,91). Sum of RGB (Red+Green+Blue) = 171+68+91=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB445B is #54BBA4. Grayscale: #656565. Windows color (decimal): -5553061 or 5981355. OLE color: 5981355.
HSL color Cylindrical-coordinate representation of color #AB445B: hue angle of 346.6º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB445B is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 91 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.33 |
| HSL | 346.6º | 0.43% | 0.47% | - |
| HSV(B) | 346.6º | 0.6% | 0.67% | - |
| XYZ | 20.75 | 13.55 | 11.42 | - |
| YUV | 101.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 91 | 0 | 0.60 | 0.47 | 0.33 | 346.6 | 0.43 | 0.47 |
| Hex | AB | 44 | 5B | 0 | 3C | 2F | 21 | 15B | 2B | 2F |
| Octal | 253 | 104 | 133 | 0 | 74 | 57 | 41 | 533 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1011011 | 0 | 111100 | 101111 | 100001 | 101011011 | 101011 | 101111 |
Color Harmonies of #AB445B
Complementary color
Monochromatic Colors of #AB445B
Black with #AB445B
Text Example
Text Example
White with #AB445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB445B; }
p { color: rgb(171,68,91); }
H1.HeaderClassName
{
color: #AB445B;
}
.AnyTagClassName
{
color: #AB445B;
}
</style>
background-color css
<style>
a { background-color: #AB445B; }
a { background-color: rgb(171,68,91); }
div.DivClassName
{
background-color: #AB445B;
}
.BgClassName
{
background-color: #AB445B;
}
</style>
border-color css
<style>
span { border-color: #AB445B; }
span { border-color: rgb(171,68,91); }
td.TdClassName
{
border-color: #AB445B;
}
.TagClassName
{
border-color: #AB445B;
}
</style>