Shades of Hippie Pink #AF3E58
Tints of Hippie Pink #AF3E58
RGB
CMYK
RGB Variations
Color information
#AF3E58 (or 0xAF3E58) is known color: Hippie Pink. HEX triplet: AF, 3E and 58. RGB value is (175,62,88). Sum of RGB (Red+Green+Blue) = 175+62+88=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E58 is #50C1A7. Grayscale: #626262. Windows color (decimal): -5292456 or 5783215. OLE color: 5783215.
HSL color Cylindrical-coordinate representation of color #AF3E58: hue angle of 346.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E58 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 88 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.31 |
| HSL | 346.19º | 0.48% | 0.46% | - |
| HSV(B) | 346.19º | 0.65% | 0.69% | - |
| XYZ | 21.16 | 13.26 | 10.68 | - |
| YUV | 98.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 88 | 0 | 0.65 | 0.50 | 0.31 | 346.19 | 0.48 | 0.46 |
| Hex | AF | 3E | 58 | 0 | 41 | 32 | 1F | 15A | 30 | 2E |
| Octal | 257 | 76 | 130 | 0 | 101 | 62 | 37 | 532 | 60 | 56 |
| Binary | 10101111 | 111110 | 1011000 | 0 | 1000001 | 110010 | 11111 | 101011010 | 110000 | 101110 |
Color Harmonies of #AF3E58
Complementary color
Monochromatic Colors of #AF3E58
Black with #AF3E58
Text Example
Text Example
White with #AF3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E58; }
p { color: rgb(175,62,88); }
H1.HeaderClassName
{
color: #AF3E58;
}
.AnyTagClassName
{
color: #AF3E58;
}
</style>
background-color css
<style>
a { background-color: #AF3E58; }
a { background-color: rgb(175,62,88); }
div.DivClassName
{
background-color: #AF3E58;
}
.BgClassName
{
background-color: #AF3E58;
}
</style>
border-color css
<style>
span { border-color: #AF3E58; }
span { border-color: rgb(175,62,88); }
td.TdClassName
{
border-color: #AF3E58;
}
.TagClassName
{
border-color: #AF3E58;
}
</style>