Shades of Hippie Pink #AF4961
Tints of Hippie Pink #AF4961
RGB
CMYK
RGB Variations
Color information
#AF4961 (or 0xAF4961) is known color: Hippie Pink. HEX triplet: AF, 49 and 61. RGB value is (175,73,97). Sum of RGB (Red+Green+Blue) = 175+73+97=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4961 is #50B69E. Grayscale: #6A6A6A. Windows color (decimal): -5289631 or 6375855. OLE color: 6375855.
HSL color Cylindrical-coordinate representation of color #AF4961: hue angle of 345.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4961 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 97 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.31 |
| HSL | 345.88º | 0.41% | 0.49% | - |
| HSV(B) | 345.88º | 0.58% | 0.69% | - |
| XYZ | 22.22 | 14.74 | 12.98 | - |
| YUV | 106.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 97 | 0 | 0.58 | 0.45 | 0.31 | 345.88 | 0.41 | 0.49 |
| Hex | AF | 49 | 61 | 0 | 3A | 2D | 1F | 15A | 29 | 31 |
| Octal | 257 | 111 | 141 | 0 | 72 | 55 | 37 | 532 | 51 | 61 |
| Binary | 10101111 | 1001001 | 1100001 | 0 | 111010 | 101101 | 11111 | 101011010 | 101001 | 110001 |
Color Harmonies of #AF4961
Complementary color
Monochromatic Colors of #AF4961
Black with #AF4961
Text Example
Text Example
White with #AF4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4961; }
p { color: rgb(175,73,97); }
H1.HeaderClassName
{
color: #AF4961;
}
.AnyTagClassName
{
color: #AF4961;
}
</style>
background-color css
<style>
a { background-color: #AF4961; }
a { background-color: rgb(175,73,97); }
div.DivClassName
{
background-color: #AF4961;
}
.BgClassName
{
background-color: #AF4961;
}
</style>
border-color css
<style>
span { border-color: #AF4961; }
span { border-color: rgb(175,73,97); }
td.TdClassName
{
border-color: #AF4961;
}
.TagClassName
{
border-color: #AF4961;
}
</style>