Shades of Hippie Pink #AF454E
Tints of Hippie Pink #AF454E
RGB
CMYK
RGB Variations
Color information
#AF454E (or 0xAF454E) is known color: Hippie Pink. HEX triplet: AF, 45 and 4E. RGB value is (175,69,78). Sum of RGB (Red+Green+Blue) = 175+69+78=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF454E is #50BAB1. Grayscale: #656565. Windows color (decimal): -5290674 or 5129647. OLE color: 5129647.
HSL color Cylindrical-coordinate representation of color #AF454E: hue angle of 354.91º 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 #AF454E is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 78 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.31 |
| HSL | 354.91º | 0.43% | 0.48% | - |
| HSV(B) | 354.91º | 0.61% | 0.69% | - |
| XYZ | 21.18 | 13.92 | 8.78 | - |
| YUV | 101.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 78 | 0 | 0.61 | 0.55 | 0.31 | 354.91 | 0.43 | 0.48 |
| Hex | AF | 45 | 4E | 0 | 3D | 37 | 1F | 163 | 2B | 30 |
| Octal | 257 | 105 | 116 | 0 | 75 | 67 | 37 | 543 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1001110 | 0 | 111101 | 110111 | 11111 | 101100011 | 101011 | 110000 |
Color Harmonies of #AF454E
Complementary color
Monochromatic Colors of #AF454E
Black with #AF454E
Text Example
Text Example
White with #AF454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF454E; }
p { color: rgb(175,69,78); }
H1.HeaderClassName
{
color: #AF454E;
}
.AnyTagClassName
{
color: #AF454E;
}
</style>
background-color css
<style>
a { background-color: #AF454E; }
a { background-color: rgb(175,69,78); }
div.DivClassName
{
background-color: #AF454E;
}
.BgClassName
{
background-color: #AF454E;
}
</style>
border-color css
<style>
span { border-color: #AF454E; }
span { border-color: rgb(175,69,78); }
td.TdClassName
{
border-color: #AF454E;
}
.TagClassName
{
border-color: #AF454E;
}
</style>