Shades of Hippie Pink #AF4E5C
Tints of Hippie Pink #AF4E5C
RGB
CMYK
RGB Variations
Color information
#AF4E5C (or 0xAF4E5C) is known color: Hippie Pink. HEX triplet: AF, 4E and 5C. RGB value is (175,78,92). Sum of RGB (Red+Green+Blue) = 175+78+92=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E5C is #50B1A3. Grayscale: #6C6C6C. Windows color (decimal): -5288356 or 6049455. OLE color: 6049455.
HSL color Cylindrical-coordinate representation of color #AF4E5C: hue angle of 351.34º 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 #AF4E5C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 92 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.31 |
| HSL | 351.34º | 0.38% | 0.5% | - |
| HSV(B) | 351.34º | 0.55% | 0.69% | - |
| XYZ | 22.34 | 15.34 | 11.91 | - |
| YUV | 108.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 92 | 0 | 0.55 | 0.47 | 0.31 | 351.34 | 0.38 | 0.5 |
| Hex | AF | 4E | 5C | 0 | 37 | 2F | 1F | 15F | 26 | 32 |
| Octal | 257 | 116 | 134 | 0 | 67 | 57 | 37 | 537 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1011100 | 0 | 110111 | 101111 | 11111 | 101011111 | 100110 | 110010 |
Color Harmonies of #AF4E5C
Complementary color
Monochromatic Colors of #AF4E5C
Black with #AF4E5C
Text Example
Text Example
White with #AF4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E5C; }
p { color: rgb(175,78,92); }
H1.HeaderClassName
{
color: #AF4E5C;
}
.AnyTagClassName
{
color: #AF4E5C;
}
</style>
background-color css
<style>
a { background-color: #AF4E5C; }
a { background-color: rgb(175,78,92); }
div.DivClassName
{
background-color: #AF4E5C;
}
.BgClassName
{
background-color: #AF4E5C;
}
</style>
border-color css
<style>
span { border-color: #AF4E5C; }
span { border-color: rgb(175,78,92); }
td.TdClassName
{
border-color: #AF4E5C;
}
.TagClassName
{
border-color: #AF4E5C;
}
</style>