Shades of Hippie Pink #AB464D
Tints of Hippie Pink #AB464D
RGB
CMYK
RGB Variations
Color information
#AB464D (or 0xAB464D) is known color: Hippie Pink. HEX triplet: AB, 46 and 4D. RGB value is (171,70,77). Sum of RGB (Red+Green+Blue) = 171+70+77=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB464D is #54B9B2. Grayscale: #656565. Windows color (decimal): -5552563 or 5064363. OLE color: 5064363.
HSL color Cylindrical-coordinate representation of color #AB464D: hue angle of 355.84º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB464D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 77 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.33 |
| HSL | 355.84º | 0.42% | 0.47% | - |
| HSV(B) | 355.84º | 0.59% | 0.67% | - |
| XYZ | 20.32 | 13.57 | 8.57 | - |
| YUV | 101 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 77 | 0 | 0.59 | 0.55 | 0.33 | 355.84 | 0.42 | 0.47 |
| Hex | AB | 46 | 4D | 0 | 3B | 37 | 21 | 164 | 2A | 2F |
| Octal | 253 | 106 | 115 | 0 | 73 | 67 | 41 | 544 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1001101 | 0 | 111011 | 110111 | 100001 | 101100100 | 101010 | 101111 |
Color Harmonies of #AB464D
Complementary color
Monochromatic Colors of #AB464D
Black with #AB464D
Text Example
Text Example
White with #AB464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB464D; }
p { color: rgb(171,70,77); }
H1.HeaderClassName
{
color: #AB464D;
}
.AnyTagClassName
{
color: #AB464D;
}
</style>
background-color css
<style>
a { background-color: #AB464D; }
a { background-color: rgb(171,70,77); }
div.DivClassName
{
background-color: #AB464D;
}
.BgClassName
{
background-color: #AB464D;
}
</style>
border-color css
<style>
span { border-color: #AB464D; }
span { border-color: rgb(171,70,77); }
td.TdClassName
{
border-color: #AB464D;
}
.TagClassName
{
border-color: #AB464D;
}
</style>