Shades of Hippie Pink #AF4D5E
Tints of Hippie Pink #AF4D5E
RGB
CMYK
RGB Variations
Color information
#AF4D5E (or 0xAF4D5E) is known color: Hippie Pink. HEX triplet: AF, 4D and 5E. RGB value is (175,77,94). Sum of RGB (Red+Green+Blue) = 175+77+94=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D5E is #50B2A1. Grayscale: #6C6C6C. Windows color (decimal): -5288610 or 6180271. OLE color: 6180271.
HSL color Cylindrical-coordinate representation of color #AF4D5E: hue angle of 349.59º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D5E is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 94 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.31 |
| HSL | 349.59º | 0.39% | 0.49% | - |
| HSV(B) | 349.59º | 0.56% | 0.69% | - |
| XYZ | 22.35 | 15.23 | 12.35 | - |
| YUV | 108.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 94 | 0 | 0.56 | 0.46 | 0.31 | 349.59 | 0.39 | 0.49 |
| Hex | AF | 4D | 5E | 0 | 38 | 2E | 1F | 15E | 27 | 31 |
| Octal | 257 | 115 | 136 | 0 | 70 | 56 | 37 | 536 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1011110 | 0 | 111000 | 101110 | 11111 | 101011110 | 100111 | 110001 |
Color Harmonies of #AF4D5E
Complementary color
Monochromatic Colors of #AF4D5E
Black with #AF4D5E
Text Example
Text Example
White with #AF4D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D5E; }
p { color: rgb(175,77,94); }
H1.HeaderClassName
{
color: #AF4D5E;
}
.AnyTagClassName
{
color: #AF4D5E;
}
</style>
background-color css
<style>
a { background-color: #AF4D5E; }
a { background-color: rgb(175,77,94); }
div.DivClassName
{
background-color: #AF4D5E;
}
.BgClassName
{
background-color: #AF4D5E;
}
</style>
border-color css
<style>
span { border-color: #AF4D5E; }
span { border-color: rgb(175,77,94); }
td.TdClassName
{
border-color: #AF4D5E;
}
.TagClassName
{
border-color: #AF4D5E;
}
</style>