Shades of Hippie Pink #AB455D
Tints of Hippie Pink #AB455D
RGB
CMYK
RGB Variations
Color information
#AB455D (or 0xAB455D) is known color: Hippie Pink. HEX triplet: AB, 45 and 5D. RGB value is (171,69,93). Sum of RGB (Red+Green+Blue) = 171+69+93=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB455D is #54BAA2. Grayscale: #666666. Windows color (decimal): -5552803 or 6112683. OLE color: 6112683.
HSL color Cylindrical-coordinate representation of color #AB455D: hue angle of 345.88º 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 #AB455D is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 93 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.33 |
| HSL | 345.88º | 0.43% | 0.47% | - |
| HSV(B) | 345.88º | 0.6% | 0.67% | - |
| XYZ | 20.9 | 13.7 | 11.9 | - |
| YUV | 102.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 93 | 0 | 0.60 | 0.46 | 0.33 | 345.88 | 0.43 | 0.47 |
| Hex | AB | 45 | 5D | 0 | 3C | 2E | 21 | 15A | 2A | 2F |
| Octal | 253 | 105 | 135 | 0 | 74 | 56 | 41 | 532 | 52 | 57 |
| Binary | 10101011 | 1000101 | 1011101 | 0 | 111100 | 101110 | 100001 | 101011010 | 101010 | 101111 |
Color Harmonies of #AB455D
Complementary color
Monochromatic Colors of #AB455D
Black with #AB455D
Text Example
Text Example
White with #AB455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB455D; }
p { color: rgb(171,69,93); }
H1.HeaderClassName
{
color: #AB455D;
}
.AnyTagClassName
{
color: #AB455D;
}
</style>
background-color css
<style>
a { background-color: #AB455D; }
a { background-color: rgb(171,69,93); }
div.DivClassName
{
background-color: #AB455D;
}
.BgClassName
{
background-color: #AB455D;
}
</style>
border-color css
<style>
span { border-color: #AB455D; }
span { border-color: rgb(171,69,93); }
td.TdClassName
{
border-color: #AB455D;
}
.TagClassName
{
border-color: #AB455D;
}
</style>