Shades of Hippie Pink #AF484D
Tints of Hippie Pink #AF484D
RGB
CMYK
RGB Variations
Color information
#AF484D (or 0xAF484D) is known color: Hippie Pink. HEX triplet: AF, 48 and 4D. RGB value is (175,72,77). Sum of RGB (Red+Green+Blue) = 175+72+77=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF484D is #50B7B2. Grayscale: #676767. Windows color (decimal): -5289907 or 5064879. OLE color: 5064879.
HSL color Cylindrical-coordinate representation of color #AF484D: hue angle of 357.09º 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 #AF484D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 77 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.31 |
| HSL | 357.09º | 0.42% | 0.48% | - |
| HSV(B) | 357.09º | 0.59% | 0.69% | - |
| XYZ | 21.34 | 14.28 | 8.65 | - |
| YUV | 103.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 77 | 0 | 0.59 | 0.56 | 0.31 | 357.09 | 0.42 | 0.48 |
| Hex | AF | 48 | 4D | 0 | 3B | 38 | 1F | 165 | 2A | 30 |
| Octal | 257 | 110 | 115 | 0 | 73 | 70 | 37 | 545 | 52 | 60 |
| Binary | 10101111 | 1001000 | 1001101 | 0 | 111011 | 111000 | 11111 | 101100101 | 101010 | 110000 |
Color Harmonies of #AF484D
Complementary color
Monochromatic Colors of #AF484D
Black with #AF484D
Text Example
Text Example
White with #AF484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF484D; }
p { color: rgb(175,72,77); }
H1.HeaderClassName
{
color: #AF484D;
}
.AnyTagClassName
{
color: #AF484D;
}
</style>
background-color css
<style>
a { background-color: #AF484D; }
a { background-color: rgb(175,72,77); }
div.DivClassName
{
background-color: #AF484D;
}
.BgClassName
{
background-color: #AF484D;
}
</style>
border-color css
<style>
span { border-color: #AF484D; }
span { border-color: rgb(175,72,77); }
td.TdClassName
{
border-color: #AF484D;
}
.TagClassName
{
border-color: #AF484D;
}
</style>