Shades of Hippie Pink #AF4E5E
Tints of Hippie Pink #AF4E5E
RGB
CMYK
RGB Variations
Color information
#AF4E5E (or 0xAF4E5E) is known color: Hippie Pink. HEX triplet: AF, 4E and 5E. RGB value is (175,78,94). Sum of RGB (Red+Green+Blue) = 175+78+94=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E5E is #50B1A1. Grayscale: #6C6C6C. Windows color (decimal): -5288354 or 6180527. OLE color: 6180527.
HSL color Cylindrical-coordinate representation of color #AF4E5E: hue angle of 350.1º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E5E is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 94 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.31 |
| HSL | 350.1º | 0.38% | 0.5% | - |
| HSV(B) | 350.1º | 0.55% | 0.69% | - |
| XYZ | 22.42 | 15.37 | 12.37 | - |
| YUV | 108.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 94 | 0 | 0.55 | 0.46 | 0.31 | 350.1 | 0.38 | 0.5 |
| Hex | AF | 4E | 5E | 0 | 37 | 2E | 1F | 15E | 26 | 32 |
| Octal | 257 | 116 | 136 | 0 | 67 | 56 | 37 | 536 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1011110 | 0 | 110111 | 101110 | 11111 | 101011110 | 100110 | 110010 |
Color Harmonies of #AF4E5E
Complementary color
Monochromatic Colors of #AF4E5E
Black with #AF4E5E
Text Example
Text Example
White with #AF4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E5E; }
p { color: rgb(175,78,94); }
H1.HeaderClassName
{
color: #AF4E5E;
}
.AnyTagClassName
{
color: #AF4E5E;
}
</style>
background-color css
<style>
a { background-color: #AF4E5E; }
a { background-color: rgb(175,78,94); }
div.DivClassName
{
background-color: #AF4E5E;
}
.BgClassName
{
background-color: #AF4E5E;
}
</style>
border-color css
<style>
span { border-color: #AF4E5E; }
span { border-color: rgb(175,78,94); }
td.TdClassName
{
border-color: #AF4E5E;
}
.TagClassName
{
border-color: #AF4E5E;
}
</style>