Shades of Hippie Pink #AF515D
Tints of Hippie Pink #AF515D
RGB
CMYK
RGB Variations
Color information
#AF515D (or 0xAF515D) is known color: Hippie Pink. HEX triplet: AF, 51 and 5D. RGB value is (175,81,93). Sum of RGB (Red+Green+Blue) = 175+81+93=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF515D is #50AEA2. Grayscale: #6E6E6E. Windows color (decimal): -5287587 or 6115759. OLE color: 6115759.
HSL color Cylindrical-coordinate representation of color #AF515D: hue angle of 352.34º 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 #AF515D is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 93 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.31 |
| HSL | 352.34º | 0.37% | 0.5% | - |
| HSV(B) | 352.34º | 0.54% | 0.69% | - |
| XYZ | 22.6 | 15.79 | 12.21 | - |
| YUV | 110.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 93 | 0 | 0.54 | 0.47 | 0.31 | 352.34 | 0.37 | 0.5 |
| Hex | AF | 51 | 5D | 0 | 36 | 2F | 1F | 160 | 25 | 32 |
| Octal | 257 | 121 | 135 | 0 | 66 | 57 | 37 | 540 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1011101 | 0 | 110110 | 101111 | 11111 | 101100000 | 100101 | 110010 |
Color Harmonies of #AF515D
Complementary color
Monochromatic Colors of #AF515D
Black with #AF515D
Text Example
Text Example
White with #AF515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF515D; }
p { color: rgb(175,81,93); }
H1.HeaderClassName
{
color: #AF515D;
}
.AnyTagClassName
{
color: #AF515D;
}
</style>
background-color css
<style>
a { background-color: #AF515D; }
a { background-color: rgb(175,81,93); }
div.DivClassName
{
background-color: #AF515D;
}
.BgClassName
{
background-color: #AF515D;
}
</style>
border-color css
<style>
span { border-color: #AF515D; }
span { border-color: rgb(175,81,93); }
td.TdClassName
{
border-color: #AF515D;
}
.TagClassName
{
border-color: #AF515D;
}
</style>