Shades of Hippie Pink #AF445B
Tints of Hippie Pink #AF445B
RGB
CMYK
RGB Variations
Color information
#AF445B (or 0xAF445B) is known color: Hippie Pink. HEX triplet: AF, 44 and 5B. RGB value is (175,68,91). Sum of RGB (Red+Green+Blue) = 175+68+91=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF445B is #50BBA4. Grayscale: #666666. Windows color (decimal): -5290917 or 5981359. OLE color: 5981359.
HSL color Cylindrical-coordinate representation of color #AF445B: hue angle of 347.1º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF445B is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 91 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.31 |
| HSL | 347.1º | 0.44% | 0.48% | - |
| HSV(B) | 347.1º | 0.61% | 0.69% | - |
| XYZ | 21.63 | 14 | 11.46 | - |
| YUV | 102.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 91 | 0 | 0.61 | 0.48 | 0.31 | 347.1 | 0.44 | 0.48 |
| Hex | AF | 44 | 5B | 0 | 3D | 30 | 1F | 15B | 2C | 30 |
| Octal | 257 | 104 | 133 | 0 | 75 | 60 | 37 | 533 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1011011 | 0 | 111101 | 110000 | 11111 | 101011011 | 101100 | 110000 |
Color Harmonies of #AF445B
Complementary color
Monochromatic Colors of #AF445B
Black with #AF445B
Text Example
Text Example
White with #AF445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF445B; }
p { color: rgb(175,68,91); }
H1.HeaderClassName
{
color: #AF445B;
}
.AnyTagClassName
{
color: #AF445B;
}
</style>
background-color css
<style>
a { background-color: #AF445B; }
a { background-color: rgb(175,68,91); }
div.DivClassName
{
background-color: #AF445B;
}
.BgClassName
{
background-color: #AF445B;
}
</style>
border-color css
<style>
span { border-color: #AF445B; }
span { border-color: rgb(175,68,91); }
td.TdClassName
{
border-color: #AF445B;
}
.TagClassName
{
border-color: #AF445B;
}
</style>