Shades of Hippie Pink #AF4851
Tints of Hippie Pink #AF4851
RGB
CMYK
RGB Variations
Color information
#AF4851 (or 0xAF4851) is known color: Hippie Pink. HEX triplet: AF, 48 and 51. RGB value is (175,72,81). Sum of RGB (Red+Green+Blue) = 175+72+81=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4851 is #50B7AE. Grayscale: #676767. Windows color (decimal): -5289903 or 5327023. OLE color: 5327023.
HSL color Cylindrical-coordinate representation of color #AF4851: hue angle of 354.76º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4851 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 81 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.31 |
| HSL | 354.76º | 0.42% | 0.48% | - |
| HSV(B) | 354.76º | 0.59% | 0.69% | - |
| XYZ | 21.48 | 14.34 | 9.42 | - |
| YUV | 103.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 81 | 0 | 0.59 | 0.54 | 0.31 | 354.76 | 0.42 | 0.48 |
| Hex | AF | 48 | 51 | 0 | 3B | 36 | 1F | 163 | 2A | 30 |
| Octal | 257 | 110 | 121 | 0 | 73 | 66 | 37 | 543 | 52 | 60 |
| Binary | 10101111 | 1001000 | 1010001 | 0 | 111011 | 110110 | 11111 | 101100011 | 101010 | 110000 |
Color Harmonies of #AF4851
Complementary color
Monochromatic Colors of #AF4851
Black with #AF4851
Text Example
Text Example
White with #AF4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4851; }
p { color: rgb(175,72,81); }
H1.HeaderClassName
{
color: #AF4851;
}
.AnyTagClassName
{
color: #AF4851;
}
</style>
background-color css
<style>
a { background-color: #AF4851; }
a { background-color: rgb(175,72,81); }
div.DivClassName
{
background-color: #AF4851;
}
.BgClassName
{
background-color: #AF4851;
}
</style>
border-color css
<style>
span { border-color: #AF4851; }
span { border-color: rgb(175,72,81); }
td.TdClassName
{
border-color: #AF4851;
}
.TagClassName
{
border-color: #AF4851;
}
</style>