Shades of Hippie Pink #AF5155
Tints of Hippie Pink #AF5155
RGB
CMYK
RGB Variations
Color information
#AF5155 (or 0xAF5155) is known color: Hippie Pink. HEX triplet: AF, 51 and 55. RGB value is (175,81,85). Sum of RGB (Red+Green+Blue) = 175+81+85=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5155 is #50AEAA. Grayscale: #6D6D6D. Windows color (decimal): -5287595 or 5591471. OLE color: 5591471.
HSL color Cylindrical-coordinate representation of color #AF5155: hue angle of 357.45º 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 #AF5155 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 85 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.31 |
| HSL | 357.45º | 0.37% | 0.5% | - |
| HSV(B) | 357.45º | 0.54% | 0.69% | - |
| XYZ | 22.26 | 15.65 | 10.44 | - |
| YUV | 109.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 85 | 0 | 0.54 | 0.51 | 0.31 | 357.45 | 0.37 | 0.5 |
| Hex | AF | 51 | 55 | 0 | 36 | 33 | 1F | 165 | 25 | 32 |
| Octal | 257 | 121 | 125 | 0 | 66 | 63 | 37 | 545 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1010101 | 0 | 110110 | 110011 | 11111 | 101100101 | 100101 | 110010 |
Color Harmonies of #AF5155
Complementary color
Monochromatic Colors of #AF5155
Black with #AF5155
Text Example
Text Example
White with #AF5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5155; }
p { color: rgb(175,81,85); }
H1.HeaderClassName
{
color: #AF5155;
}
.AnyTagClassName
{
color: #AF5155;
}
</style>
background-color css
<style>
a { background-color: #AF5155; }
a { background-color: rgb(175,81,85); }
div.DivClassName
{
background-color: #AF5155;
}
.BgClassName
{
background-color: #AF5155;
}
</style>
border-color css
<style>
span { border-color: #AF5155; }
span { border-color: rgb(175,81,85); }
td.TdClassName
{
border-color: #AF5155;
}
.TagClassName
{
border-color: #AF5155;
}
</style>