Shades of Hippie Pink #AF4A56
Tints of Hippie Pink #AF4A56
RGB
CMYK
RGB Variations
Color information
#AF4A56 (or 0xAF4A56) is known color: Hippie Pink. HEX triplet: AF, 4A and 56. RGB value is (175,74,86). Sum of RGB (Red+Green+Blue) = 175+74+86=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A56 is #50B5A9. Grayscale: #696969. Windows color (decimal): -5289386 or 5655215. OLE color: 5655215.
HSL color Cylindrical-coordinate representation of color #AF4A56: hue angle of 352.87º 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 #AF4A56 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 86 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.31 |
| HSL | 352.87º | 0.41% | 0.49% | - |
| HSV(B) | 352.87º | 0.58% | 0.69% | - |
| XYZ | 21.81 | 14.68 | 10.49 | - |
| YUV | 105.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 86 | 0 | 0.58 | 0.51 | 0.31 | 352.87 | 0.41 | 0.49 |
| Hex | AF | 4A | 56 | 0 | 3A | 33 | 1F | 161 | 29 | 31 |
| Octal | 257 | 112 | 126 | 0 | 72 | 63 | 37 | 541 | 51 | 61 |
| Binary | 10101111 | 1001010 | 1010110 | 0 | 111010 | 110011 | 11111 | 101100001 | 101001 | 110001 |
Color Harmonies of #AF4A56
Complementary color
Monochromatic Colors of #AF4A56
Black with #AF4A56
Text Example
Text Example
White with #AF4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A56; }
p { color: rgb(175,74,86); }
H1.HeaderClassName
{
color: #AF4A56;
}
.AnyTagClassName
{
color: #AF4A56;
}
</style>
background-color css
<style>
a { background-color: #AF4A56; }
a { background-color: rgb(175,74,86); }
div.DivClassName
{
background-color: #AF4A56;
}
.BgClassName
{
background-color: #AF4A56;
}
</style>
border-color css
<style>
span { border-color: #AF4A56; }
span { border-color: rgb(175,74,86); }
td.TdClassName
{
border-color: #AF4A56;
}
.TagClassName
{
border-color: #AF4A56;
}
</style>