Shades of Hippie Pink #AF505B
Tints of Hippie Pink #AF505B
RGB
CMYK
RGB Variations
Color information
#AF505B (or 0xAF505B) is known color: Hippie Pink. HEX triplet: AF, 50 and 5B. RGB value is (175,80,91). Sum of RGB (Red+Green+Blue) = 175+80+91=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF505B is #50AFA4. Grayscale: #6D6D6D. Windows color (decimal): -5287845 or 5984431. OLE color: 5984431.
HSL color Cylindrical-coordinate representation of color #AF505B: hue angle of 353.05º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF505B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 91 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.31 |
| HSL | 353.05º | 0.37% | 0.5% | - |
| HSV(B) | 353.05º | 0.54% | 0.69% | - |
| XYZ | 22.44 | 15.61 | 11.73 | - |
| YUV | 109.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 91 | 0 | 0.54 | 0.48 | 0.31 | 353.05 | 0.37 | 0.5 |
| Hex | AF | 50 | 5B | 0 | 36 | 30 | 1F | 161 | 25 | 32 |
| Octal | 257 | 120 | 133 | 0 | 66 | 60 | 37 | 541 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1011011 | 0 | 110110 | 110000 | 11111 | 101100001 | 100101 | 110010 |
Color Harmonies of #AF505B
Complementary color
Monochromatic Colors of #AF505B
Black with #AF505B
Text Example
Text Example
White with #AF505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF505B; }
p { color: rgb(175,80,91); }
H1.HeaderClassName
{
color: #AF505B;
}
.AnyTagClassName
{
color: #AF505B;
}
</style>
background-color css
<style>
a { background-color: #AF505B; }
a { background-color: rgb(175,80,91); }
div.DivClassName
{
background-color: #AF505B;
}
.BgClassName
{
background-color: #AF505B;
}
</style>
border-color css
<style>
span { border-color: #AF505B; }
span { border-color: rgb(175,80,91); }
td.TdClassName
{
border-color: #AF505B;
}
.TagClassName
{
border-color: #AF505B;
}
</style>