Shades of Hippie Pink #AB464B
Tints of Hippie Pink #AB464B
RGB
CMYK
RGB Variations
Color information
#AB464B (or 0xAB464B) is known color: Hippie Pink. HEX triplet: AB, 46 and 4B. RGB value is (171,70,75). Sum of RGB (Red+Green+Blue) = 171+70+75=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB464B is #54B9B4. Grayscale: #646464. Windows color (decimal): -5552565 or 4933291. OLE color: 4933291.
HSL color Cylindrical-coordinate representation of color #AB464B: hue angle of 357.03º 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 #AB464B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 75 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.33 |
| HSL | 357.03º | 0.42% | 0.47% | - |
| HSV(B) | 357.03º | 0.59% | 0.67% | - |
| XYZ | 20.25 | 13.55 | 8.2 | - |
| YUV | 100.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 75 | 0 | 0.59 | 0.56 | 0.33 | 357.03 | 0.42 | 0.47 |
| Hex | AB | 46 | 4B | 0 | 3B | 38 | 21 | 165 | 2A | 2F |
| Octal | 253 | 106 | 113 | 0 | 73 | 70 | 41 | 545 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1001011 | 0 | 111011 | 111000 | 100001 | 101100101 | 101010 | 101111 |
Color Harmonies of #AB464B
Complementary color
Monochromatic Colors of #AB464B
Black with #AB464B
Text Example
Text Example
White with #AB464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB464B; }
p { color: rgb(171,70,75); }
H1.HeaderClassName
{
color: #AB464B;
}
.AnyTagClassName
{
color: #AB464B;
}
</style>
background-color css
<style>
a { background-color: #AB464B; }
a { background-color: rgb(171,70,75); }
div.DivClassName
{
background-color: #AB464B;
}
.BgClassName
{
background-color: #AB464B;
}
</style>
border-color css
<style>
span { border-color: #AB464B; }
span { border-color: rgb(171,70,75); }
td.TdClassName
{
border-color: #AB464B;
}
.TagClassName
{
border-color: #AB464B;
}
</style>