Shades of Hippie Pink #AF3F59
Tints of Hippie Pink #AF3F59
RGB
CMYK
RGB Variations
Color information
#AF3F59 (or 0xAF3F59) is known color: Hippie Pink. HEX triplet: AF, 3F and 59. RGB value is (175,63,89). Sum of RGB (Red+Green+Blue) = 175+63+89=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F59 is #50C0A6. Grayscale: #636363. Windows color (decimal): -5292199 or 5849007. OLE color: 5849007.
HSL color Cylindrical-coordinate representation of color #AF3F59: hue angle of 346.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F59 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 89 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.31 |
| HSL | 346.07º | 0.47% | 0.47% | - |
| HSV(B) | 346.07º | 0.64% | 0.69% | - |
| XYZ | 21.26 | 13.39 | 10.92 | - |
| YUV | 99.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 89 | 0 | 0.64 | 0.49 | 0.31 | 346.07 | 0.47 | 0.47 |
| Hex | AF | 3F | 59 | 0 | 40 | 31 | 1F | 15A | 2F | 2F |
| Octal | 257 | 77 | 131 | 0 | 100 | 61 | 37 | 532 | 57 | 57 |
| Binary | 10101111 | 111111 | 1011001 | 0 | 1000000 | 110001 | 11111 | 101011010 | 101111 | 101111 |
Color Harmonies of #AF3F59
Complementary color
Monochromatic Colors of #AF3F59
Black with #AF3F59
Text Example
Text Example
White with #AF3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F59; }
p { color: rgb(175,63,89); }
H1.HeaderClassName
{
color: #AF3F59;
}
.AnyTagClassName
{
color: #AF3F59;
}
</style>
background-color css
<style>
a { background-color: #AF3F59; }
a { background-color: rgb(175,63,89); }
div.DivClassName
{
background-color: #AF3F59;
}
.BgClassName
{
background-color: #AF3F59;
}
</style>
border-color css
<style>
span { border-color: #AF3F59; }
span { border-color: rgb(175,63,89); }
td.TdClassName
{
border-color: #AF3F59;
}
.TagClassName
{
border-color: #AF3F59;
}
</style>