Shades of Hippie Pink #AF4056
Tints of Hippie Pink #AF4056
RGB
CMYK
RGB Variations
Color information
#AF4056 (or 0xAF4056) is known color: Hippie Pink. HEX triplet: AF, 40 and 56. RGB value is (175,64,86). Sum of RGB (Red+Green+Blue) = 175+64+86=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4056 is #50BFA9. Grayscale: #636363. Windows color (decimal): -5291946 or 5652655. OLE color: 5652655.
HSL color Cylindrical-coordinate representation of color #AF4056: hue angle of 348.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4056 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 86 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.31 |
| HSL | 348.11º | 0.46% | 0.47% | - |
| HSV(B) | 348.11º | 0.63% | 0.69% | - |
| XYZ | 21.19 | 13.45 | 10.28 | - |
| YUV | 99.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 86 | 0 | 0.63 | 0.51 | 0.31 | 348.11 | 0.46 | 0.47 |
| Hex | AF | 40 | 56 | 0 | 3F | 33 | 1F | 15C | 2E | 2F |
| Octal | 257 | 100 | 126 | 0 | 77 | 63 | 37 | 534 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1010110 | 0 | 111111 | 110011 | 11111 | 101011100 | 101110 | 101111 |
Color Harmonies of #AF4056
Complementary color
Monochromatic Colors of #AF4056
Black with #AF4056
Text Example
Text Example
White with #AF4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4056; }
p { color: rgb(175,64,86); }
H1.HeaderClassName
{
color: #AF4056;
}
.AnyTagClassName
{
color: #AF4056;
}
</style>
background-color css
<style>
a { background-color: #AF4056; }
a { background-color: rgb(175,64,86); }
div.DivClassName
{
background-color: #AF4056;
}
.BgClassName
{
background-color: #AF4056;
}
</style>
border-color css
<style>
span { border-color: #AF4056; }
span { border-color: rgb(175,64,86); }
td.TdClassName
{
border-color: #AF4056;
}
.TagClassName
{
border-color: #AF4056;
}
</style>