Shades of Hippie Pink #AF3E56
Tints of Hippie Pink #AF3E56
RGB
CMYK
RGB Variations
Color information
#AF3E56 (or 0xAF3E56) is known color: Hippie Pink. HEX triplet: AF, 3E and 56. RGB value is (175,62,86). Sum of RGB (Red+Green+Blue) = 175+62+86=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E56 is #50C1A9. Grayscale: #626262. Windows color (decimal): -5292458 or 5652143. OLE color: 5652143.
HSL color Cylindrical-coordinate representation of color #AF3E56: hue angle of 347.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E56 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 86 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.31 |
| HSL | 347.26º | 0.48% | 0.46% | - |
| HSV(B) | 347.26º | 0.65% | 0.69% | - |
| XYZ | 21.08 | 13.23 | 10.25 | - |
| YUV | 98.52 | 120.94 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 86 | 0 | 0.65 | 0.51 | 0.31 | 347.26 | 0.48 | 0.46 |
| Hex | AF | 3E | 56 | 0 | 41 | 33 | 1F | 15B | 30 | 2E |
| Octal | 257 | 76 | 126 | 0 | 101 | 63 | 37 | 533 | 60 | 56 |
| Binary | 10101111 | 111110 | 1010110 | 0 | 1000001 | 110011 | 11111 | 101011011 | 110000 | 101110 |
Color Harmonies of #AF3E56
Complementary color
Monochromatic Colors of #AF3E56
Black with #AF3E56
Text Example
Text Example
White with #AF3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E56; }
p { color: rgb(175,62,86); }
H1.HeaderClassName
{
color: #AF3E56;
}
.AnyTagClassName
{
color: #AF3E56;
}
</style>
background-color css
<style>
a { background-color: #AF3E56; }
a { background-color: rgb(175,62,86); }
div.DivClassName
{
background-color: #AF3E56;
}
.BgClassName
{
background-color: #AF3E56;
}
</style>
border-color css
<style>
span { border-color: #AF3E56; }
span { border-color: rgb(175,62,86); }
td.TdClassName
{
border-color: #AF3E56;
}
.TagClassName
{
border-color: #AF3E56;
}
</style>