Shades of Hippie Pink #AF455D
Tints of Hippie Pink #AF455D
RGB
CMYK
RGB Variations
Color information
#AF455D (or 0xAF455D) is known color: Hippie Pink. HEX triplet: AF, 45 and 5D. RGB value is (175,69,93). Sum of RGB (Red+Green+Blue) = 175+69+93=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF455D is #50BAA2. Grayscale: #676767. Windows color (decimal): -5290659 or 6112687. OLE color: 6112687.
HSL color Cylindrical-coordinate representation of color #AF455D: hue angle of 346.42º 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 #AF455D is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 93 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.31 |
| HSL | 346.42º | 0.43% | 0.48% | - |
| HSV(B) | 346.42º | 0.61% | 0.69% | - |
| XYZ | 21.78 | 14.16 | 11.94 | - |
| YUV | 103.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 93 | 0 | 0.61 | 0.47 | 0.31 | 346.42 | 0.43 | 0.48 |
| Hex | AF | 45 | 5D | 0 | 3D | 2F | 1F | 15A | 2B | 30 |
| Octal | 257 | 105 | 135 | 0 | 75 | 57 | 37 | 532 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1011101 | 0 | 111101 | 101111 | 11111 | 101011010 | 101011 | 110000 |
Color Harmonies of #AF455D
Complementary color
Monochromatic Colors of #AF455D
Black with #AF455D
Text Example
Text Example
White with #AF455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF455D; }
p { color: rgb(175,69,93); }
H1.HeaderClassName
{
color: #AF455D;
}
.AnyTagClassName
{
color: #AF455D;
}
</style>
background-color css
<style>
a { background-color: #AF455D; }
a { background-color: rgb(175,69,93); }
div.DivClassName
{
background-color: #AF455D;
}
.BgClassName
{
background-color: #AF455D;
}
</style>
border-color css
<style>
span { border-color: #AF455D; }
span { border-color: rgb(175,69,93); }
td.TdClassName
{
border-color: #AF455D;
}
.TagClassName
{
border-color: #AF455D;
}
</style>