Shades of Fuchsia #AF49BD
Tints of Fuchsia #AF49BD
RGB
CMYK
RGB Variations
Color information
#AF49BD (or 0xAF49BD) is known color: Fuchsia. HEX triplet: AF, 49 and BD. RGB value is (175,73,189). Sum of RGB (Red+Green+Blue) = 175+73+189=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF49BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49BD is #50B642. Grayscale: #747474. Windows color (decimal): -5289539 or 12405167. OLE color: 12405167.
HSL color Cylindrical-coordinate representation of color #AF49BD: hue angle of 292.76º degrees, saturation: 0.47, 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 #AF49BD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 73 | 189 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.26 |
| HSL | 292.76º | 0.47% | 0.51% | - |
| HSV(B) | 292.76º | 0.61% | 0.74% | - |
| XYZ | 29.25 | 17.55 | 49.99 | - |
| YUV | 116.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 189 | 0.07 | 0.61 | 0 | 0.26 | 292.76 | 0.47 | 0.51 |
| Hex | AF | 49 | BD | 7 | 3D | 0 | 1A | 125 | 2F | 33 |
| Octal | 257 | 111 | 275 | 7 | 75 | 0 | 32 | 445 | 57 | 63 |
| Binary | 10101111 | 1001001 | 10111101 | 111 | 111101 | 0 | 11010 | 100100101 | 101111 | 110011 |
Color Harmonies of #AF49BD
Complementary color
Monochromatic Colors of #AF49BD
Black with #AF49BD
Text Example
Text Example
White with #AF49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49BD; }
p { color: rgb(175,73,189); }
H1.HeaderClassName
{
color: #AF49BD;
}
.AnyTagClassName
{
color: #AF49BD;
}
</style>
background-color css
<style>
a { background-color: #AF49BD; }
a { background-color: rgb(175,73,189); }
div.DivClassName
{
background-color: #AF49BD;
}
.BgClassName
{
background-color: #AF49BD;
}
</style>
border-color css
<style>
span { border-color: #AF49BD; }
span { border-color: rgb(175,73,189); }
td.TdClassName
{
border-color: #AF49BD;
}
.TagClassName
{
border-color: #AF49BD;
}
</style>