Shades of Hippie Pink #AF4E60
Tints of Hippie Pink #AF4E60
RGB
CMYK
RGB Variations
Color information
#AF4E60 (or 0xAF4E60) is known color: Hippie Pink. HEX triplet: AF, 4E and 60. RGB value is (175,78,96). Sum of RGB (Red+Green+Blue) = 175+78+96=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E60 is #50B19F. Grayscale: #6D6D6D. Windows color (decimal): -5288352 or 6311599. OLE color: 6311599.
HSL color Cylindrical-coordinate representation of color #AF4E60: hue angle of 348.87º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E60 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 96 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.31 |
| HSL | 348.87º | 0.38% | 0.5% | - |
| HSV(B) | 348.87º | 0.55% | 0.69% | - |
| XYZ | 22.51 | 15.41 | 12.85 | - |
| YUV | 109.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 96 | 0 | 0.55 | 0.45 | 0.31 | 348.87 | 0.38 | 0.5 |
| Hex | AF | 4E | 60 | 0 | 37 | 2D | 1F | 15D | 26 | 32 |
| Octal | 257 | 116 | 140 | 0 | 67 | 55 | 37 | 535 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1100000 | 0 | 110111 | 101101 | 11111 | 101011101 | 100110 | 110010 |
Color Harmonies of #AF4E60
Complementary color
Monochromatic Colors of #AF4E60
Black with #AF4E60
Text Example
Text Example
White with #AF4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E60; }
p { color: rgb(175,78,96); }
H1.HeaderClassName
{
color: #AF4E60;
}
.AnyTagClassName
{
color: #AF4E60;
}
</style>
background-color css
<style>
a { background-color: #AF4E60; }
a { background-color: rgb(175,78,96); }
div.DivClassName
{
background-color: #AF4E60;
}
.BgClassName
{
background-color: #AF4E60;
}
</style>
border-color css
<style>
span { border-color: #AF4E60; }
span { border-color: rgb(175,78,96); }
td.TdClassName
{
border-color: #AF4E60;
}
.TagClassName
{
border-color: #AF4E60;
}
</style>