Shades of Hippie Pink #AF4150
Tints of Hippie Pink #AF4150
RGB
CMYK
RGB Variations
Color information
#AF4150 (or 0xAF4150) is known color: Hippie Pink. HEX triplet: AF, 41 and 50. RGB value is (175,65,80). Sum of RGB (Red+Green+Blue) = 175+65+80=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4150 is #50BEAF. Grayscale: #636363. Windows color (decimal): -5291696 or 5259695. OLE color: 5259695.
HSL color Cylindrical-coordinate representation of color #AF4150: hue angle of 351.82º 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 #AF4150 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 80 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.31 |
| HSL | 351.82º | 0.46% | 0.47% | - |
| HSV(B) | 351.82º | 0.63% | 0.69% | - |
| XYZ | 21.02 | 13.47 | 9.08 | - |
| YUV | 99.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 80 | 0 | 0.63 | 0.54 | 0.31 | 351.82 | 0.46 | 0.47 |
| Hex | AF | 41 | 50 | 0 | 3F | 36 | 1F | 160 | 2E | 2F |
| Octal | 257 | 101 | 120 | 0 | 77 | 66 | 37 | 540 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1010000 | 0 | 111111 | 110110 | 11111 | 101100000 | 101110 | 101111 |
Color Harmonies of #AF4150
Complementary color
Monochromatic Colors of #AF4150
Black with #AF4150
Text Example
Text Example
White with #AF4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4150; }
p { color: rgb(175,65,80); }
H1.HeaderClassName
{
color: #AF4150;
}
.AnyTagClassName
{
color: #AF4150;
}
</style>
background-color css
<style>
a { background-color: #AF4150; }
a { background-color: rgb(175,65,80); }
div.DivClassName
{
background-color: #AF4150;
}
.BgClassName
{
background-color: #AF4150;
}
</style>
border-color css
<style>
span { border-color: #AF4150; }
span { border-color: rgb(175,65,80); }
td.TdClassName
{
border-color: #AF4150;
}
.TagClassName
{
border-color: #AF4150;
}
</style>