Shades of Hippie Pink #AF405B
Tints of Hippie Pink #AF405B
RGB
CMYK
RGB Variations
Color information
#AF405B (or 0xAF405B) is known color: Hippie Pink. HEX triplet: AF, 40 and 5B. RGB value is (175,64,91). Sum of RGB (Red+Green+Blue) = 175+64+91=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF405B is #50BFA4. Grayscale: #646464. Windows color (decimal): -5291941 or 5980335. OLE color: 5980335.
HSL color Cylindrical-coordinate representation of color #AF405B: hue angle of 345.41º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF405B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 91 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.31 |
| HSL | 345.41º | 0.46% | 0.47% | - |
| HSV(B) | 345.41º | 0.63% | 0.69% | - |
| XYZ | 21.4 | 13.54 | 11.38 | - |
| YUV | 100.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 91 | 0 | 0.63 | 0.48 | 0.31 | 345.41 | 0.46 | 0.47 |
| Hex | AF | 40 | 5B | 0 | 3F | 30 | 1F | 159 | 2E | 2F |
| Octal | 257 | 100 | 133 | 0 | 77 | 60 | 37 | 531 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1011011 | 0 | 111111 | 110000 | 11111 | 101011001 | 101110 | 101111 |
Color Harmonies of #AF405B
Complementary color
Monochromatic Colors of #AF405B
Black with #AF405B
Text Example
Text Example
White with #AF405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF405B; }
p { color: rgb(175,64,91); }
H1.HeaderClassName
{
color: #AF405B;
}
.AnyTagClassName
{
color: #AF405B;
}
</style>
background-color css
<style>
a { background-color: #AF405B; }
a { background-color: rgb(175,64,91); }
div.DivClassName
{
background-color: #AF405B;
}
.BgClassName
{
background-color: #AF405B;
}
</style>
border-color css
<style>
span { border-color: #AF405B; }
span { border-color: rgb(175,64,91); }
td.TdClassName
{
border-color: #AF405B;
}
.TagClassName
{
border-color: #AF405B;
}
</style>