Shades of Fuchsia #AF49BC
Tints of Fuchsia #AF49BC
RGB
CMYK
RGB Variations
Color information
#AF49BC (or 0xAF49BC) is known color: Fuchsia. HEX triplet: AF, 49 and BC. RGB value is (175,73,188). Sum of RGB (Red+Green+Blue) = 175+73+188=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF49BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49BC is #50B643. Grayscale: #747474. Windows color (decimal): -5289540 or 12339631. OLE color: 12339631.
HSL color Cylindrical-coordinate representation of color #AF49BC: hue angle of 293.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF49BC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 73 | 188 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.26 |
| HSL | 293.22º | 0.46% | 0.51% | - |
| HSV(B) | 293.22º | 0.61% | 0.74% | - |
| XYZ | 29.14 | 17.51 | 49.42 | - |
| YUV | 116.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 188 | 0.07 | 0.61 | 0 | 0.26 | 293.22 | 0.46 | 0.51 |
| Hex | AF | 49 | BC | 7 | 3D | 0 | 1A | 125 | 2E | 33 |
| Octal | 257 | 111 | 274 | 7 | 75 | 0 | 32 | 445 | 56 | 63 |
| Binary | 10101111 | 1001001 | 10111100 | 111 | 111101 | 0 | 11010 | 100100101 | 101110 | 110011 |
Color Harmonies of #AF49BC
Complementary color
Monochromatic Colors of #AF49BC
Black with #AF49BC
Text Example
Text Example
White with #AF49BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49BC; }
p { color: rgb(175,73,188); }
H1.HeaderClassName
{
color: #AF49BC;
}
.AnyTagClassName
{
color: #AF49BC;
}
</style>
background-color css
<style>
a { background-color: #AF49BC; }
a { background-color: rgb(175,73,188); }
div.DivClassName
{
background-color: #AF49BC;
}
.BgClassName
{
background-color: #AF49BC;
}
</style>
border-color css
<style>
span { border-color: #AF49BC; }
span { border-color: rgb(175,73,188); }
td.TdClassName
{
border-color: #AF49BC;
}
.TagClassName
{
border-color: #AF49BC;
}
</style>