Shades of Hippie Pink #AF515B
Tints of Hippie Pink #AF515B
RGB
CMYK
RGB Variations
Color information
#AF515B (or 0xAF515B) is known color: Hippie Pink. HEX triplet: AF, 51 and 5B. RGB value is (175,81,91). Sum of RGB (Red+Green+Blue) = 175+81+91=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF515B is #50AEA4. Grayscale: #6E6E6E. Windows color (decimal): -5287589 or 5984687. OLE color: 5984687.
HSL color Cylindrical-coordinate representation of color #AF515B: hue angle of 353.62º 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 #AF515B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 91 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.31 |
| HSL | 353.62º | 0.37% | 0.5% | - |
| HSV(B) | 353.62º | 0.54% | 0.69% | - |
| XYZ | 22.51 | 15.75 | 11.75 | - |
| YUV | 110.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 91 | 0 | 0.54 | 0.48 | 0.31 | 353.62 | 0.37 | 0.5 |
| Hex | AF | 51 | 5B | 0 | 36 | 30 | 1F | 162 | 25 | 32 |
| Octal | 257 | 121 | 133 | 0 | 66 | 60 | 37 | 542 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1011011 | 0 | 110110 | 110000 | 11111 | 101100010 | 100101 | 110010 |
Color Harmonies of #AF515B
Complementary color
Monochromatic Colors of #AF515B
Black with #AF515B
Text Example
Text Example
White with #AF515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF515B; }
p { color: rgb(175,81,91); }
H1.HeaderClassName
{
color: #AF515B;
}
.AnyTagClassName
{
color: #AF515B;
}
</style>
background-color css
<style>
a { background-color: #AF515B; }
a { background-color: rgb(175,81,91); }
div.DivClassName
{
background-color: #AF515B;
}
.BgClassName
{
background-color: #AF515B;
}
</style>
border-color css
<style>
span { border-color: #AF515B; }
span { border-color: rgb(175,81,91); }
td.TdClassName
{
border-color: #AF515B;
}
.TagClassName
{
border-color: #AF515B;
}
</style>