Shades of Hippie Pink #AF4054
Tints of Hippie Pink #AF4054
RGB
CMYK
RGB Variations
Color information
#AF4054 (or 0xAF4054) is known color: Hippie Pink. HEX triplet: AF, 40 and 54. RGB value is (175,64,84). Sum of RGB (Red+Green+Blue) = 175+64+84=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4054 is #50BFAB. Grayscale: #636363. Windows color (decimal): -5291948 or 5521583. OLE color: 5521583.
HSL color Cylindrical-coordinate representation of color #AF4054: hue angle of 349.19º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4054 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 84 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.31 |
| HSL | 349.19º | 0.46% | 0.47% | - |
| HSV(B) | 349.19º | 0.63% | 0.69% | - |
| XYZ | 21.11 | 13.42 | 9.87 | - |
| YUV | 99.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 84 | 0 | 0.63 | 0.52 | 0.31 | 349.19 | 0.46 | 0.47 |
| Hex | AF | 40 | 54 | 0 | 3F | 34 | 1F | 15D | 2E | 2F |
| Octal | 257 | 100 | 124 | 0 | 77 | 64 | 37 | 535 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1010100 | 0 | 111111 | 110100 | 11111 | 101011101 | 101110 | 101111 |
Color Harmonies of #AF4054
Complementary color
Monochromatic Colors of #AF4054
Black with #AF4054
Text Example
Text Example
White with #AF4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4054; }
p { color: rgb(175,64,84); }
H1.HeaderClassName
{
color: #AF4054;
}
.AnyTagClassName
{
color: #AF4054;
}
</style>
background-color css
<style>
a { background-color: #AF4054; }
a { background-color: rgb(175,64,84); }
div.DivClassName
{
background-color: #AF4054;
}
.BgClassName
{
background-color: #AF4054;
}
</style>
border-color css
<style>
span { border-color: #AF4054; }
span { border-color: rgb(175,64,84); }
td.TdClassName
{
border-color: #AF4054;
}
.TagClassName
{
border-color: #AF4054;
}
</style>