Shades of Hippie Pink #AF5758
Tints of Hippie Pink #AF5758
RGB
CMYK
RGB Variations
Color information
#AF5758 (or 0xAF5758) is known color: Hippie Pink. HEX triplet: AF, 57 and 58. RGB value is (175,87,88). Sum of RGB (Red+Green+Blue) = 175+87+88=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5758 is #50A8A7. Grayscale: #717171. Windows color (decimal): -5286056 or 5789615. OLE color: 5789615.
HSL color Cylindrical-coordinate representation of color #AF5758: hue angle of 359.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5758 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 88 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.31 |
| HSL | 359.32º | 0.35% | 0.51% | - |
| HSV(B) | 359.32º | 0.5% | 0.69% | - |
| XYZ | 22.85 | 16.63 | 11.24 | - |
| YUV | 113.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 88 | 0 | 0.50 | 0.50 | 0.31 | 359.32 | 0.35 | 0.51 |
| Hex | AF | 57 | 58 | 0 | 32 | 32 | 1F | 167 | 23 | 33 |
| Octal | 257 | 127 | 130 | 0 | 62 | 62 | 37 | 547 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1011000 | 0 | 110010 | 110010 | 11111 | 101100111 | 100011 | 110011 |
Color Harmonies of #AF5758
Complementary color
Monochromatic Colors of #AF5758
Black with #AF5758
Text Example
Text Example
White with #AF5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5758; }
p { color: rgb(175,87,88); }
H1.HeaderClassName
{
color: #AF5758;
}
.AnyTagClassName
{
color: #AF5758;
}
</style>
background-color css
<style>
a { background-color: #AF5758; }
a { background-color: rgb(175,87,88); }
div.DivClassName
{
background-color: #AF5758;
}
.BgClassName
{
background-color: #AF5758;
}
</style>
border-color css
<style>
span { border-color: #AF5758; }
span { border-color: rgb(175,87,88); }
td.TdClassName
{
border-color: #AF5758;
}
.TagClassName
{
border-color: #AF5758;
}
</style>