Shades of Hippie Pink #AF3F55
Tints of Hippie Pink #AF3F55
RGB
CMYK
RGB Variations
Color information
#AF3F55 (or 0xAF3F55) is known color: Hippie Pink. HEX triplet: AF, 3F and 55. RGB value is (175,63,85). Sum of RGB (Red+Green+Blue) = 175+63+85=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F55 is #50C0AA. Grayscale: #636363. Windows color (decimal): -5292203 or 5586863. OLE color: 5586863.
HSL color Cylindrical-coordinate representation of color #AF3F55: hue angle of 348.21º 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 #AF3F55 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 85 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.31 |
| HSL | 348.21º | 0.47% | 0.47% | - |
| HSV(B) | 348.21º | 0.64% | 0.69% | - |
| XYZ | 21.1 | 13.32 | 10.05 | - |
| YUV | 99 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 85 | 0 | 0.64 | 0.51 | 0.31 | 348.21 | 0.47 | 0.47 |
| Hex | AF | 3F | 55 | 0 | 40 | 33 | 1F | 15C | 2F | 2F |
| Octal | 257 | 77 | 125 | 0 | 100 | 63 | 37 | 534 | 57 | 57 |
| Binary | 10101111 | 111111 | 1010101 | 0 | 1000000 | 110011 | 11111 | 101011100 | 101111 | 101111 |
Color Harmonies of #AF3F55
Complementary color
Monochromatic Colors of #AF3F55
Black with #AF3F55
Text Example
Text Example
White with #AF3F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F55; }
p { color: rgb(175,63,85); }
H1.HeaderClassName
{
color: #AF3F55;
}
.AnyTagClassName
{
color: #AF3F55;
}
</style>
background-color css
<style>
a { background-color: #AF3F55; }
a { background-color: rgb(175,63,85); }
div.DivClassName
{
background-color: #AF3F55;
}
.BgClassName
{
background-color: #AF3F55;
}
</style>
border-color css
<style>
span { border-color: #AF3F55; }
span { border-color: rgb(175,63,85); }
td.TdClassName
{
border-color: #AF3F55;
}
.TagClassName
{
border-color: #AF3F55;
}
</style>