Shades of Hippie Pink #AB455C
Tints of Hippie Pink #AB455C
RGB
CMYK
RGB Variations
Color information
#AB455C (or 0xAB455C) is known color: Hippie Pink. HEX triplet: AB, 45 and 5C. RGB value is (171,69,92). Sum of RGB (Red+Green+Blue) = 171+69+92=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB455C is #54BAA3. Grayscale: #666666. Windows color (decimal): -5552804 or 6047147. OLE color: 6047147.
HSL color Cylindrical-coordinate representation of color #AB455C: hue angle of 346.47º 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 #AB455C is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 92 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.33 |
| HSL | 346.47º | 0.43% | 0.47% | - |
| HSV(B) | 346.47º | 0.6% | 0.67% | - |
| XYZ | 20.85 | 13.69 | 11.67 | - |
| YUV | 102.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 92 | 0 | 0.60 | 0.46 | 0.33 | 346.47 | 0.43 | 0.47 |
| Hex | AB | 45 | 5C | 0 | 3C | 2E | 21 | 15A | 2A | 2F |
| Octal | 253 | 105 | 134 | 0 | 74 | 56 | 41 | 532 | 52 | 57 |
| Binary | 10101011 | 1000101 | 1011100 | 0 | 111100 | 101110 | 100001 | 101011010 | 101010 | 101111 |
Color Harmonies of #AB455C
Complementary color
Monochromatic Colors of #AB455C
Black with #AB455C
Text Example
Text Example
White with #AB455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB455C; }
p { color: rgb(171,69,92); }
H1.HeaderClassName
{
color: #AB455C;
}
.AnyTagClassName
{
color: #AB455C;
}
</style>
background-color css
<style>
a { background-color: #AB455C; }
a { background-color: rgb(171,69,92); }
div.DivClassName
{
background-color: #AB455C;
}
.BgClassName
{
background-color: #AB455C;
}
</style>
border-color css
<style>
span { border-color: #AB455C; }
span { border-color: rgb(171,69,92); }
td.TdClassName
{
border-color: #AB455C;
}
.TagClassName
{
border-color: #AB455C;
}
</style>