Shades of Hippie Pink #AF4C5B
Tints of Hippie Pink #AF4C5B
RGB
CMYK
RGB Variations
Color information
#AF4C5B (or 0xAF4C5B) is known color: Hippie Pink. HEX triplet: AF, 4C and 5B. RGB value is (175,76,91). Sum of RGB (Red+Green+Blue) = 175+76+91=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C5B is #50B3A4. Grayscale: #6B6B6B. Windows color (decimal): -5288869 or 5983407. OLE color: 5983407.
HSL color Cylindrical-coordinate representation of color #AF4C5B: hue angle of 350.91º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C5B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 91 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.31 |
| HSL | 350.91º | 0.39% | 0.49% | - |
| HSV(B) | 350.91º | 0.57% | 0.69% | - |
| XYZ | 22.15 | 15.04 | 11.63 | - |
| YUV | 107.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 91 | 0 | 0.57 | 0.48 | 0.31 | 350.91 | 0.39 | 0.49 |
| Hex | AF | 4C | 5B | 0 | 39 | 30 | 1F | 15F | 27 | 31 |
| Octal | 257 | 114 | 133 | 0 | 71 | 60 | 37 | 537 | 47 | 61 |
| Binary | 10101111 | 1001100 | 1011011 | 0 | 111001 | 110000 | 11111 | 101011111 | 100111 | 110001 |
Color Harmonies of #AF4C5B
Complementary color
Monochromatic Colors of #AF4C5B
Black with #AF4C5B
Text Example
Text Example
White with #AF4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C5B; }
p { color: rgb(175,76,91); }
H1.HeaderClassName
{
color: #AF4C5B;
}
.AnyTagClassName
{
color: #AF4C5B;
}
</style>
background-color css
<style>
a { background-color: #AF4C5B; }
a { background-color: rgb(175,76,91); }
div.DivClassName
{
background-color: #AF4C5B;
}
.BgClassName
{
background-color: #AF4C5B;
}
</style>
border-color css
<style>
span { border-color: #AF4C5B; }
span { border-color: rgb(175,76,91); }
td.TdClassName
{
border-color: #AF4C5B;
}
.TagClassName
{
border-color: #AF4C5B;
}
</style>