Shades of Hippie Pink #AF4D62
Tints of Hippie Pink #AF4D62
RGB
CMYK
RGB Variations
Color information
#AF4D62 (or 0xAF4D62) is known color: Hippie Pink. HEX triplet: AF, 4D and 62. RGB value is (175,77,98). Sum of RGB (Red+Green+Blue) = 175+77+98=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D62 is #50B29D. Grayscale: #6C6C6C. Windows color (decimal): -5288606 or 6442415. OLE color: 6442415.
HSL color Cylindrical-coordinate representation of color #AF4D62: hue angle of 347.14º 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 #AF4D62 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 98 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.31 |
| HSL | 347.14º | 0.39% | 0.49% | - |
| HSV(B) | 347.14º | 0.56% | 0.69% | - |
| XYZ | 22.54 | 15.3 | 13.32 | - |
| YUV | 108.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 98 | 0 | 0.56 | 0.44 | 0.31 | 347.14 | 0.39 | 0.49 |
| Hex | AF | 4D | 62 | 0 | 38 | 2C | 1F | 15B | 27 | 31 |
| Octal | 257 | 115 | 142 | 0 | 70 | 54 | 37 | 533 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1100010 | 0 | 111000 | 101100 | 11111 | 101011011 | 100111 | 110001 |
Color Harmonies of #AF4D62
Complementary color
Monochromatic Colors of #AF4D62
Black with #AF4D62
Text Example
Text Example
White with #AF4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D62; }
p { color: rgb(175,77,98); }
H1.HeaderClassName
{
color: #AF4D62;
}
.AnyTagClassName
{
color: #AF4D62;
}
</style>
background-color css
<style>
a { background-color: #AF4D62; }
a { background-color: rgb(175,77,98); }
div.DivClassName
{
background-color: #AF4D62;
}
.BgClassName
{
background-color: #AF4D62;
}
</style>
border-color css
<style>
span { border-color: #AF4D62; }
span { border-color: rgb(175,77,98); }
td.TdClassName
{
border-color: #AF4D62;
}
.TagClassName
{
border-color: #AF4D62;
}
</style>