Shades of Fuchsia #AF49B9
Tints of Fuchsia #AF49B9
RGB
CMYK
RGB Variations
Color information
#AF49B9 (or 0xAF49B9) is known color: Fuchsia. HEX triplet: AF, 49 and B9. RGB value is (175,73,185). Sum of RGB (Red+Green+Blue) = 175+73+185=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF49B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49B9 is #50B646. Grayscale: #737373. Windows color (decimal): -5289543 or 12143023. OLE color: 12143023.
HSL color Cylindrical-coordinate representation of color #AF49B9: hue angle of 294.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF49B9 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 73 | 185 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.27 |
| HSL | 294.64º | 0.44% | 0.51% | - |
| HSV(B) | 294.64º | 0.61% | 0.73% | - |
| XYZ | 28.82 | 17.38 | 47.74 | - |
| YUV | 116.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 185 | 0.05 | 0.61 | 0 | 0.27 | 294.64 | 0.44 | 0.51 |
| Hex | AF | 49 | B9 | 5 | 3D | 0 | 1B | 127 | 2C | 33 |
| Octal | 257 | 111 | 271 | 5 | 75 | 0 | 33 | 447 | 54 | 63 |
| Binary | 10101111 | 1001001 | 10111001 | 101 | 111101 | 0 | 11011 | 100100111 | 101100 | 110011 |
Color Harmonies of #AF49B9
Complementary color
Monochromatic Colors of #AF49B9
Black with #AF49B9
Text Example
Text Example
White with #AF49B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49B9; }
p { color: rgb(175,73,185); }
H1.HeaderClassName
{
color: #AF49B9;
}
.AnyTagClassName
{
color: #AF49B9;
}
</style>
background-color css
<style>
a { background-color: #AF49B9; }
a { background-color: rgb(175,73,185); }
div.DivClassName
{
background-color: #AF49B9;
}
.BgClassName
{
background-color: #AF49B9;
}
</style>
border-color css
<style>
span { border-color: #AF49B9; }
span { border-color: rgb(175,73,185); }
td.TdClassName
{
border-color: #AF49B9;
}
.TagClassName
{
border-color: #AF49B9;
}
</style>