Shades of Hippie Pink #AF4C5E
Tints of Hippie Pink #AF4C5E
RGB
CMYK
RGB Variations
Color information
#AF4C5E (or 0xAF4C5E) is known color: Hippie Pink. HEX triplet: AF, 4C and 5E. RGB value is (175,76,94). Sum of RGB (Red+Green+Blue) = 175+76+94=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C5E is #50B3A1. Grayscale: #6B6B6B. Windows color (decimal): -5288866 or 6180015. OLE color: 6180015.
HSL color Cylindrical-coordinate representation of color #AF4C5E: hue angle of 349.09º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C5E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 94 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.31 |
| HSL | 349.09º | 0.39% | 0.49% | - |
| HSV(B) | 349.09º | 0.57% | 0.69% | - |
| XYZ | 22.28 | 15.09 | 12.33 | - |
| YUV | 107.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 94 | 0 | 0.57 | 0.46 | 0.31 | 349.09 | 0.39 | 0.49 |
| Hex | AF | 4C | 5E | 0 | 39 | 2E | 1F | 15D | 27 | 31 |
| Octal | 257 | 114 | 136 | 0 | 71 | 56 | 37 | 535 | 47 | 61 |
| Binary | 10101111 | 1001100 | 1011110 | 0 | 111001 | 101110 | 11111 | 101011101 | 100111 | 110001 |
Color Harmonies of #AF4C5E
Complementary color
Monochromatic Colors of #AF4C5E
Black with #AF4C5E
Text Example
Text Example
White with #AF4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C5E; }
p { color: rgb(175,76,94); }
H1.HeaderClassName
{
color: #AF4C5E;
}
.AnyTagClassName
{
color: #AF4C5E;
}
</style>
background-color css
<style>
a { background-color: #AF4C5E; }
a { background-color: rgb(175,76,94); }
div.DivClassName
{
background-color: #AF4C5E;
}
.BgClassName
{
background-color: #AF4C5E;
}
</style>
border-color css
<style>
span { border-color: #AF4C5E; }
span { border-color: rgb(175,76,94); }
td.TdClassName
{
border-color: #AF4C5E;
}
.TagClassName
{
border-color: #AF4C5E;
}
</style>