Shades of Hippie Pink #AF4649
Tints of Hippie Pink #AF4649
RGB
CMYK
RGB Variations
Color information
#AF4649 (or 0xAF4649) is known color: Hippie Pink. HEX triplet: AF, 46 and 49. RGB value is (175,70,73). Sum of RGB (Red+Green+Blue) = 175+70+73=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4649 is #50B9B6. Grayscale: #656565. Windows color (decimal): -5290423 or 4802223. OLE color: 4802223.
HSL color Cylindrical-coordinate representation of color #AF4649: hue angle of 358.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4649 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 73 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.31 |
| HSL | 358.29º | 0.43% | 0.48% | - |
| HSV(B) | 358.29º | 0.6% | 0.69% | - |
| XYZ | 21.07 | 13.98 | 7.89 | - |
| YUV | 101.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 73 | 0 | 0.60 | 0.58 | 0.31 | 358.29 | 0.43 | 0.48 |
| Hex | AF | 46 | 49 | 0 | 3C | 3A | 1F | 166 | 2B | 30 |
| Octal | 257 | 106 | 111 | 0 | 74 | 72 | 37 | 546 | 53 | 60 |
| Binary | 10101111 | 1000110 | 1001001 | 0 | 111100 | 111010 | 11111 | 101100110 | 101011 | 110000 |
Color Harmonies of #AF4649
Complementary color
Monochromatic Colors of #AF4649
Black with #AF4649
Text Example
Text Example
White with #AF4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4649; }
p { color: rgb(175,70,73); }
H1.HeaderClassName
{
color: #AF4649;
}
.AnyTagClassName
{
color: #AF4649;
}
</style>
background-color css
<style>
a { background-color: #AF4649; }
a { background-color: rgb(175,70,73); }
div.DivClassName
{
background-color: #AF4649;
}
.BgClassName
{
background-color: #AF4649;
}
</style>
border-color css
<style>
span { border-color: #AF4649; }
span { border-color: rgb(175,70,73); }
td.TdClassName
{
border-color: #AF4649;
}
.TagClassName
{
border-color: #AF4649;
}
</style>