Shades of Hippie Pink #AF4E54
Tints of Hippie Pink #AF4E54
RGB
CMYK
RGB Variations
Color information
#AF4E54 (or 0xAF4E54) is known color: Hippie Pink. HEX triplet: AF, 4E and 54. RGB value is (175,78,84). Sum of RGB (Red+Green+Blue) = 175+78+84=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E54 is #50B1AB. Grayscale: #6B6B6B. Windows color (decimal): -5288364 or 5525167. OLE color: 5525167.
HSL color Cylindrical-coordinate representation of color #AF4E54: hue angle of 356.29º 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 #AF4E54 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 84 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.31 |
| HSL | 356.29º | 0.38% | 0.5% | - |
| HSV(B) | 356.29º | 0.55% | 0.69% | - |
| XYZ | 22 | 15.2 | 10.16 | - |
| YUV | 107.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 84 | 0 | 0.55 | 0.52 | 0.31 | 356.29 | 0.38 | 0.5 |
| Hex | AF | 4E | 54 | 0 | 37 | 34 | 1F | 164 | 26 | 32 |
| Octal | 257 | 116 | 124 | 0 | 67 | 64 | 37 | 544 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1010100 | 0 | 110111 | 110100 | 11111 | 101100100 | 100110 | 110010 |
Color Harmonies of #AF4E54
Complementary color
Monochromatic Colors of #AF4E54
Black with #AF4E54
Text Example
Text Example
White with #AF4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E54; }
p { color: rgb(175,78,84); }
H1.HeaderClassName
{
color: #AF4E54;
}
.AnyTagClassName
{
color: #AF4E54;
}
</style>
background-color css
<style>
a { background-color: #AF4E54; }
a { background-color: rgb(175,78,84); }
div.DivClassName
{
background-color: #AF4E54;
}
.BgClassName
{
background-color: #AF4E54;
}
</style>
border-color css
<style>
span { border-color: #AF4E54; }
span { border-color: rgb(175,78,84); }
td.TdClassName
{
border-color: #AF4E54;
}
.TagClassName
{
border-color: #AF4E54;
}
</style>