Shades of Hippie Pink #AF5154
Tints of Hippie Pink #AF5154
RGB
CMYK
RGB Variations
Color information
#AF5154 (or 0xAF5154) is known color: Hippie Pink. HEX triplet: AF, 51 and 54. RGB value is (175,81,84). Sum of RGB (Red+Green+Blue) = 175+81+84=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5154 is #50AEAB. Grayscale: #6D6D6D. Windows color (decimal): -5287596 or 5525935. OLE color: 5525935.
HSL color Cylindrical-coordinate representation of color #AF5154: hue angle of 358.09º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5154 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 84 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.31 |
| HSL | 358.09º | 0.37% | 0.5% | - |
| HSV(B) | 358.09º | 0.54% | 0.69% | - |
| XYZ | 22.22 | 15.64 | 10.23 | - |
| YUV | 109.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 84 | 0 | 0.54 | 0.52 | 0.31 | 358.09 | 0.37 | 0.5 |
| Hex | AF | 51 | 54 | 0 | 36 | 34 | 1F | 166 | 25 | 32 |
| Octal | 257 | 121 | 124 | 0 | 66 | 64 | 37 | 546 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1010100 | 0 | 110110 | 110100 | 11111 | 101100110 | 100101 | 110010 |
Color Harmonies of #AF5154
Complementary color
Monochromatic Colors of #AF5154
Black with #AF5154
Text Example
Text Example
White with #AF5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5154; }
p { color: rgb(175,81,84); }
H1.HeaderClassName
{
color: #AF5154;
}
.AnyTagClassName
{
color: #AF5154;
}
</style>
background-color css
<style>
a { background-color: #AF5154; }
a { background-color: rgb(175,81,84); }
div.DivClassName
{
background-color: #AF5154;
}
.BgClassName
{
background-color: #AF5154;
}
</style>
border-color css
<style>
span { border-color: #AF5154; }
span { border-color: rgb(175,81,84); }
td.TdClassName
{
border-color: #AF5154;
}
.TagClassName
{
border-color: #AF5154;
}
</style>