Shades of Hippie Pink #AF4D5C
Tints of Hippie Pink #AF4D5C
RGB
CMYK
RGB Variations
Color information
#AF4D5C (or 0xAF4D5C) is known color: Hippie Pink. HEX triplet: AF, 4D and 5C. RGB value is (175,77,92). Sum of RGB (Red+Green+Blue) = 175+77+92=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D5C is #50B2A3. Grayscale: #6C6C6C. Windows color (decimal): -5288612 or 6049199. OLE color: 6049199.
HSL color Cylindrical-coordinate representation of color #AF4D5C: hue angle of 350.82º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D5C is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 92 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.31 |
| HSL | 350.82º | 0.39% | 0.49% | - |
| HSV(B) | 350.82º | 0.56% | 0.69% | - |
| XYZ | 22.26 | 15.19 | 11.88 | - |
| YUV | 108.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 92 | 0 | 0.56 | 0.47 | 0.31 | 350.82 | 0.39 | 0.49 |
| Hex | AF | 4D | 5C | 0 | 38 | 2F | 1F | 15F | 27 | 31 |
| Octal | 257 | 115 | 134 | 0 | 70 | 57 | 37 | 537 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1011100 | 0 | 111000 | 101111 | 11111 | 101011111 | 100111 | 110001 |
Color Harmonies of #AF4D5C
Complementary color
Monochromatic Colors of #AF4D5C
Black with #AF4D5C
Text Example
Text Example
White with #AF4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D5C; }
p { color: rgb(175,77,92); }
H1.HeaderClassName
{
color: #AF4D5C;
}
.AnyTagClassName
{
color: #AF4D5C;
}
</style>
background-color css
<style>
a { background-color: #AF4D5C; }
a { background-color: rgb(175,77,92); }
div.DivClassName
{
background-color: #AF4D5C;
}
.BgClassName
{
background-color: #AF4D5C;
}
</style>
border-color css
<style>
span { border-color: #AF4D5C; }
span { border-color: rgb(175,77,92); }
td.TdClassName
{
border-color: #AF4D5C;
}
.TagClassName
{
border-color: #AF4D5C;
}
</style>