Shades of Hippie Pink #AF3F54
Tints of Hippie Pink #AF3F54
RGB
CMYK
RGB Variations
Color information
#AF3F54 (or 0xAF3F54) is known color: Hippie Pink. HEX triplet: AF, 3F and 54. RGB value is (175,63,84). Sum of RGB (Red+Green+Blue) = 175+63+84=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F54 is #50C0AB. Grayscale: #626262. Windows color (decimal): -5292204 or 5521327. OLE color: 5521327.
HSL color Cylindrical-coordinate representation of color #AF3F54: hue angle of 348.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F54 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 84 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.31 |
| HSL | 348.75º | 0.47% | 0.47% | - |
| HSV(B) | 348.75º | 0.64% | 0.69% | - |
| XYZ | 21.06 | 13.31 | 9.85 | - |
| YUV | 98.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 84 | 0 | 0.64 | 0.52 | 0.31 | 348.75 | 0.47 | 0.47 |
| Hex | AF | 3F | 54 | 0 | 40 | 34 | 1F | 15D | 2F | 2F |
| Octal | 257 | 77 | 124 | 0 | 100 | 64 | 37 | 535 | 57 | 57 |
| Binary | 10101111 | 111111 | 1010100 | 0 | 1000000 | 110100 | 11111 | 101011101 | 101111 | 101111 |
Color Harmonies of #AF3F54
Complementary color
Monochromatic Colors of #AF3F54
Black with #AF3F54
Text Example
Text Example
White with #AF3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F54; }
p { color: rgb(175,63,84); }
H1.HeaderClassName
{
color: #AF3F54;
}
.AnyTagClassName
{
color: #AF3F54;
}
</style>
background-color css
<style>
a { background-color: #AF3F54; }
a { background-color: rgb(175,63,84); }
div.DivClassName
{
background-color: #AF3F54;
}
.BgClassName
{
background-color: #AF3F54;
}
</style>
border-color css
<style>
span { border-color: #AF3F54; }
span { border-color: rgb(175,63,84); }
td.TdClassName
{
border-color: #AF3F54;
}
.TagClassName
{
border-color: #AF3F54;
}
</style>