Shades of Hippie Pink #AF495C
Tints of Hippie Pink #AF495C
RGB
CMYK
RGB Variations
Color information
#AF495C (or 0xAF495C) is known color: Hippie Pink. HEX triplet: AF, 49 and 5C. RGB value is (175,73,92). Sum of RGB (Red+Green+Blue) = 175+73+92=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF495C is #50B6A3. Grayscale: #696969. Windows color (decimal): -5289636 or 6048175. OLE color: 6048175.
HSL color Cylindrical-coordinate representation of color #AF495C: hue angle of 348.82º 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 #AF495C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 92 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.31 |
| HSL | 348.82º | 0.41% | 0.49% | - |
| HSV(B) | 348.82º | 0.58% | 0.69% | - |
| XYZ | 21.99 | 14.65 | 11.79 | - |
| YUV | 105.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 92 | 0 | 0.58 | 0.47 | 0.31 | 348.82 | 0.41 | 0.49 |
| Hex | AF | 49 | 5C | 0 | 3A | 2F | 1F | 15D | 29 | 31 |
| Octal | 257 | 111 | 134 | 0 | 72 | 57 | 37 | 535 | 51 | 61 |
| Binary | 10101111 | 1001001 | 1011100 | 0 | 111010 | 101111 | 11111 | 101011101 | 101001 | 110001 |
Color Harmonies of #AF495C
Complementary color
Monochromatic Colors of #AF495C
Black with #AF495C
Text Example
Text Example
White with #AF495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF495C; }
p { color: rgb(175,73,92); }
H1.HeaderClassName
{
color: #AF495C;
}
.AnyTagClassName
{
color: #AF495C;
}
</style>
background-color css
<style>
a { background-color: #AF495C; }
a { background-color: rgb(175,73,92); }
div.DivClassName
{
background-color: #AF495C;
}
.BgClassName
{
background-color: #AF495C;
}
</style>
border-color css
<style>
span { border-color: #AF495C; }
span { border-color: rgb(175,73,92); }
td.TdClassName
{
border-color: #AF495C;
}
.TagClassName
{
border-color: #AF495C;
}
</style>