Shades of Hippie Pink #AF444B
Tints of Hippie Pink #AF444B
RGB
CMYK
RGB Variations
Color information
#AF444B (or 0xAF444B) is known color: Hippie Pink. HEX triplet: AF, 44 and 4B. RGB value is (175,68,75). Sum of RGB (Red+Green+Blue) = 175+68+75=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF444B is #50BBB4. Grayscale: #646464. Windows color (decimal): -5290933 or 4932783. OLE color: 4932783.
HSL color Cylindrical-coordinate representation of color #AF444B: hue angle of 356.07º 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 #AF444B is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 75 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.31 |
| HSL | 356.07º | 0.44% | 0.48% | - |
| HSV(B) | 356.07º | 0.61% | 0.69% | - |
| XYZ | 21.02 | 13.76 | 8.2 | - |
| YUV | 100.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 75 | 0 | 0.61 | 0.57 | 0.31 | 356.07 | 0.44 | 0.48 |
| Hex | AF | 44 | 4B | 0 | 3D | 39 | 1F | 164 | 2C | 30 |
| Octal | 257 | 104 | 113 | 0 | 75 | 71 | 37 | 544 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1001011 | 0 | 111101 | 111001 | 11111 | 101100100 | 101100 | 110000 |
Color Harmonies of #AF444B
Complementary color
Monochromatic Colors of #AF444B
Black with #AF444B
Text Example
Text Example
White with #AF444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF444B; }
p { color: rgb(175,68,75); }
H1.HeaderClassName
{
color: #AF444B;
}
.AnyTagClassName
{
color: #AF444B;
}
</style>
background-color css
<style>
a { background-color: #AF444B; }
a { background-color: rgb(175,68,75); }
div.DivClassName
{
background-color: #AF444B;
}
.BgClassName
{
background-color: #AF444B;
}
</style>
border-color css
<style>
span { border-color: #AF444B; }
span { border-color: rgb(175,68,75); }
td.TdClassName
{
border-color: #AF444B;
}
.TagClassName
{
border-color: #AF444B;
}
</style>