Shades of Hippie Pink #AF4A59
Tints of Hippie Pink #AF4A59
RGB
CMYK
RGB Variations
Color information
#AF4A59 (or 0xAF4A59) is known color: Hippie Pink. HEX triplet: AF, 4A and 59. RGB value is (175,74,89). Sum of RGB (Red+Green+Blue) = 175+74+89=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A59 is #50B5A6. Grayscale: #696969. Windows color (decimal): -5289383 or 5851823. OLE color: 5851823.
HSL color Cylindrical-coordinate representation of color #AF4A59: hue angle of 351.09º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A59 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 89 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.31 |
| HSL | 351.09º | 0.41% | 0.49% | - |
| HSV(B) | 351.09º | 0.58% | 0.69% | - |
| XYZ | 21.93 | 14.73 | 11.14 | - |
| YUV | 105.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 89 | 0 | 0.58 | 0.49 | 0.31 | 351.09 | 0.41 | 0.49 |
| Hex | AF | 4A | 59 | 0 | 3A | 31 | 1F | 15F | 29 | 31 |
| Octal | 257 | 112 | 131 | 0 | 72 | 61 | 37 | 537 | 51 | 61 |
| Binary | 10101111 | 1001010 | 1011001 | 0 | 111010 | 110001 | 11111 | 101011111 | 101001 | 110001 |
Color Harmonies of #AF4A59
Complementary color
Monochromatic Colors of #AF4A59
Black with #AF4A59
Text Example
Text Example
White with #AF4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A59; }
p { color: rgb(175,74,89); }
H1.HeaderClassName
{
color: #AF4A59;
}
.AnyTagClassName
{
color: #AF4A59;
}
</style>
background-color css
<style>
a { background-color: #AF4A59; }
a { background-color: rgb(175,74,89); }
div.DivClassName
{
background-color: #AF4A59;
}
.BgClassName
{
background-color: #AF4A59;
}
</style>
border-color css
<style>
span { border-color: #AF4A59; }
span { border-color: rgb(175,74,89); }
td.TdClassName
{
border-color: #AF4A59;
}
.TagClassName
{
border-color: #AF4A59;
}
</style>