Shades of Hippie Pink #AF4D54
Tints of Hippie Pink #AF4D54
RGB
CMYK
RGB Variations
Color information
#AF4D54 (or 0xAF4D54) is known color: Hippie Pink. HEX triplet: AF, 4D and 54. RGB value is (175,77,84). Sum of RGB (Red+Green+Blue) = 175+77+84=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D54 is #50B2AB. Grayscale: #6B6B6B. Windows color (decimal): -5288620 or 5524911. OLE color: 5524911.
HSL color Cylindrical-coordinate representation of color #AF4D54: hue angle of 355.71º 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 #AF4D54 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 84 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.31 |
| HSL | 355.71º | 0.39% | 0.49% | - |
| HSV(B) | 355.71º | 0.56% | 0.69% | - |
| XYZ | 21.93 | 15.06 | 10.14 | - |
| YUV | 107.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 84 | 0 | 0.56 | 0.52 | 0.31 | 355.71 | 0.39 | 0.49 |
| Hex | AF | 4D | 54 | 0 | 38 | 34 | 1F | 164 | 27 | 31 |
| Octal | 257 | 115 | 124 | 0 | 70 | 64 | 37 | 544 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1010100 | 0 | 111000 | 110100 | 11111 | 101100100 | 100111 | 110001 |
Color Harmonies of #AF4D54
Complementary color
Monochromatic Colors of #AF4D54
Black with #AF4D54
Text Example
Text Example
White with #AF4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D54; }
p { color: rgb(175,77,84); }
H1.HeaderClassName
{
color: #AF4D54;
}
.AnyTagClassName
{
color: #AF4D54;
}
</style>
background-color css
<style>
a { background-color: #AF4D54; }
a { background-color: rgb(175,77,84); }
div.DivClassName
{
background-color: #AF4D54;
}
.BgClassName
{
background-color: #AF4D54;
}
</style>
border-color css
<style>
span { border-color: #AF4D54; }
span { border-color: rgb(175,77,84); }
td.TdClassName
{
border-color: #AF4D54;
}
.TagClassName
{
border-color: #AF4D54;
}
</style>