Shades of Hippie Pink #AB484B
Tints of Hippie Pink #AB484B
RGB
CMYK
RGB Variations
Color information
#AB484B (or 0xAB484B) is known color: Hippie Pink. HEX triplet: AB, 48 and 4B. RGB value is (171,72,75). Sum of RGB (Red+Green+Blue) = 171+72+75=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB484B is #54B7B4. Grayscale: #666666. Windows color (decimal): -5552053 or 4933803. OLE color: 4933803.
HSL color Cylindrical-coordinate representation of color #AB484B: hue angle of 358.18º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB484B is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 75 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.33 |
| HSL | 358.18º | 0.41% | 0.48% | - |
| HSV(B) | 358.18º | 0.58% | 0.67% | - |
| XYZ | 20.38 | 13.8 | 8.25 | - |
| YUV | 101.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 75 | 0 | 0.58 | 0.56 | 0.33 | 358.18 | 0.41 | 0.48 |
| Hex | AB | 48 | 4B | 0 | 3A | 38 | 21 | 166 | 29 | 30 |
| Octal | 253 | 110 | 113 | 0 | 72 | 70 | 41 | 546 | 51 | 60 |
| Binary | 10101011 | 1001000 | 1001011 | 0 | 111010 | 111000 | 100001 | 101100110 | 101001 | 110000 |
Color Harmonies of #AB484B
Complementary color
Monochromatic Colors of #AB484B
Black with #AB484B
Text Example
Text Example
White with #AB484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB484B; }
p { color: rgb(171,72,75); }
H1.HeaderClassName
{
color: #AB484B;
}
.AnyTagClassName
{
color: #AB484B;
}
</style>
background-color css
<style>
a { background-color: #AB484B; }
a { background-color: rgb(171,72,75); }
div.DivClassName
{
background-color: #AB484B;
}
.BgClassName
{
background-color: #AB484B;
}
</style>
border-color css
<style>
span { border-color: #AB484B; }
span { border-color: rgb(171,72,75); }
td.TdClassName
{
border-color: #AB484B;
}
.TagClassName
{
border-color: #AB484B;
}
</style>