Shades of Hippie Pink #AB425D
Tints of Hippie Pink #AB425D
RGB
CMYK
RGB Variations
Color information
#AB425D (or 0xAB425D) is known color: Hippie Pink. HEX triplet: AB, 42 and 5D. RGB value is (171,66,93). Sum of RGB (Red+Green+Blue) = 171+66+93=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB425D is #54BDA2. Grayscale: #646464. Windows color (decimal): -5553571 or 6111915. OLE color: 6111915.
HSL color Cylindrical-coordinate representation of color #AB425D: hue angle of 344.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB425D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 93 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.33 |
| HSL | 344.57º | 0.44% | 0.46% | - |
| HSV(B) | 344.57º | 0.61% | 0.67% | - |
| XYZ | 20.72 | 13.34 | 11.84 | - |
| YUV | 100.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 93 | 0 | 0.61 | 0.46 | 0.33 | 344.57 | 0.44 | 0.46 |
| Hex | AB | 42 | 5D | 0 | 3D | 2E | 21 | 159 | 2C | 2E |
| Octal | 253 | 102 | 135 | 0 | 75 | 56 | 41 | 531 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1011101 | 0 | 111101 | 101110 | 100001 | 101011001 | 101100 | 101110 |
Color Harmonies of #AB425D
Complementary color
Monochromatic Colors of #AB425D
Black with #AB425D
Text Example
Text Example
White with #AB425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB425D; }
p { color: rgb(171,66,93); }
H1.HeaderClassName
{
color: #AB425D;
}
.AnyTagClassName
{
color: #AB425D;
}
</style>
background-color css
<style>
a { background-color: #AB425D; }
a { background-color: rgb(171,66,93); }
div.DivClassName
{
background-color: #AB425D;
}
.BgClassName
{
background-color: #AB425D;
}
</style>
border-color css
<style>
span { border-color: #AB425D; }
span { border-color: rgb(171,66,93); }
td.TdClassName
{
border-color: #AB425D;
}
.TagClassName
{
border-color: #AB425D;
}
</style>