Shades of Hippie Pink #AF4552
Tints of Hippie Pink #AF4552
RGB
CMYK
RGB Variations
Color information
#AF4552 (or 0xAF4552) is known color: Hippie Pink. HEX triplet: AF, 45 and 52. RGB value is (175,69,82). Sum of RGB (Red+Green+Blue) = 175+69+82=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4552 is #50BAAD. Grayscale: #666666. Windows color (decimal): -5290670 or 5391791. OLE color: 5391791.
HSL color Cylindrical-coordinate representation of color #AF4552: hue angle of 352.64º degrees, saturation: 0.43, 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 #AF4552 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 82 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.31 |
| HSL | 352.64º | 0.43% | 0.48% | - |
| HSV(B) | 352.64º | 0.61% | 0.69% | - |
| XYZ | 21.33 | 13.98 | 9.56 | - |
| YUV | 102.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 82 | 0 | 0.61 | 0.53 | 0.31 | 352.64 | 0.43 | 0.48 |
| Hex | AF | 45 | 52 | 0 | 3D | 35 | 1F | 161 | 2B | 30 |
| Octal | 257 | 105 | 122 | 0 | 75 | 65 | 37 | 541 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1010010 | 0 | 111101 | 110101 | 11111 | 101100001 | 101011 | 110000 |
Color Harmonies of #AF4552
Complementary color
Monochromatic Colors of #AF4552
Black with #AF4552
Text Example
Text Example
White with #AF4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4552; }
p { color: rgb(175,69,82); }
H1.HeaderClassName
{
color: #AF4552;
}
.AnyTagClassName
{
color: #AF4552;
}
</style>
background-color css
<style>
a { background-color: #AF4552; }
a { background-color: rgb(175,69,82); }
div.DivClassName
{
background-color: #AF4552;
}
.BgClassName
{
background-color: #AF4552;
}
</style>
border-color css
<style>
span { border-color: #AF4552; }
span { border-color: rgb(175,69,82); }
td.TdClassName
{
border-color: #AF4552;
}
.TagClassName
{
border-color: #AF4552;
}
</style>