Shades of Hippie Pink #AF485C
Tints of Hippie Pink #AF485C
RGB
CMYK
RGB Variations
Color information
#AF485C (or 0xAF485C) is known color: Hippie Pink. HEX triplet: AF, 48 and 5C. RGB value is (175,72,92). Sum of RGB (Red+Green+Blue) = 175+72+92=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF485C is #50B7A3. Grayscale: #696969. Windows color (decimal): -5289892 or 6047919. OLE color: 6047919.
HSL color Cylindrical-coordinate representation of color #AF485C: hue angle of 348.35º 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 #AF485C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 92 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.31 |
| HSL | 348.35º | 0.42% | 0.48% | - |
| HSV(B) | 348.35º | 0.59% | 0.69% | - |
| XYZ | 21.93 | 14.52 | 11.77 | - |
| YUV | 105.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 92 | 0 | 0.59 | 0.47 | 0.31 | 348.35 | 0.42 | 0.48 |
| Hex | AF | 48 | 5C | 0 | 3B | 2F | 1F | 15C | 2A | 30 |
| Octal | 257 | 110 | 134 | 0 | 73 | 57 | 37 | 534 | 52 | 60 |
| Binary | 10101111 | 1001000 | 1011100 | 0 | 111011 | 101111 | 11111 | 101011100 | 101010 | 110000 |
Color Harmonies of #AF485C
Complementary color
Monochromatic Colors of #AF485C
Black with #AF485C
Text Example
Text Example
White with #AF485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF485C; }
p { color: rgb(175,72,92); }
H1.HeaderClassName
{
color: #AF485C;
}
.AnyTagClassName
{
color: #AF485C;
}
</style>
background-color css
<style>
a { background-color: #AF485C; }
a { background-color: rgb(175,72,92); }
div.DivClassName
{
background-color: #AF485C;
}
.BgClassName
{
background-color: #AF485C;
}
</style>
border-color css
<style>
span { border-color: #AF485C; }
span { border-color: rgb(175,72,92); }
td.TdClassName
{
border-color: #AF485C;
}
.TagClassName
{
border-color: #AF485C;
}
</style>