Shades of Hippie Pink #AB425C
Tints of Hippie Pink #AB425C
RGB
CMYK
RGB Variations
Color information
#AB425C (or 0xAB425C) is known color: Hippie Pink. HEX triplet: AB, 42 and 5C. RGB value is (171,66,92). Sum of RGB (Red+Green+Blue) = 171+66+92=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB425C is #54BDA3. Grayscale: #646464. Windows color (decimal): -5553572 or 6046379. OLE color: 6046379.
HSL color Cylindrical-coordinate representation of color #AB425C: hue angle of 345.14º 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 #AB425C is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 92 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.33 |
| HSL | 345.14º | 0.44% | 0.46% | - |
| HSV(B) | 345.14º | 0.61% | 0.67% | - |
| XYZ | 20.67 | 13.33 | 11.61 | - |
| YUV | 100.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 92 | 0 | 0.61 | 0.46 | 0.33 | 345.14 | 0.44 | 0.46 |
| Hex | AB | 42 | 5C | 0 | 3D | 2E | 21 | 159 | 2C | 2E |
| Octal | 253 | 102 | 134 | 0 | 75 | 56 | 41 | 531 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1011100 | 0 | 111101 | 101110 | 100001 | 101011001 | 101100 | 101110 |
Color Harmonies of #AB425C
Complementary color
Monochromatic Colors of #AB425C
Black with #AB425C
Text Example
Text Example
White with #AB425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB425C; }
p { color: rgb(171,66,92); }
H1.HeaderClassName
{
color: #AB425C;
}
.AnyTagClassName
{
color: #AB425C;
}
</style>
background-color css
<style>
a { background-color: #AB425C; }
a { background-color: rgb(171,66,92); }
div.DivClassName
{
background-color: #AB425C;
}
.BgClassName
{
background-color: #AB425C;
}
</style>
border-color css
<style>
span { border-color: #AB425C; }
span { border-color: rgb(171,66,92); }
td.TdClassName
{
border-color: #AB425C;
}
.TagClassName
{
border-color: #AB425C;
}
</style>