Shades of Fuchsia #AF52BA
Tints of Fuchsia #AF52BA
RGB
CMYK
RGB Variations
Color information
#AF52BA (or 0xAF52BA) is known color: Fuchsia. HEX triplet: AF, 52 and BA. RGB value is (175,82,186). Sum of RGB (Red+Green+Blue) = 175+82+186=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52BA is #50AD45. Grayscale: #797979. Windows color (decimal): -5287238 or 12210863. OLE color: 12210863.
HSL color Cylindrical-coordinate representation of color #AF52BA: hue angle of 293.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF52BA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 82 | 186 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.27 |
| HSL | 293.65º | 0.43% | 0.53% | - |
| HSV(B) | 293.65º | 0.56% | 0.73% | - |
| XYZ | 29.56 | 18.69 | 48.5 | - |
| YUV | 121.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 186 | 0.06 | 0.56 | 0 | 0.27 | 293.65 | 0.43 | 0.53 |
| Hex | AF | 52 | BA | 6 | 38 | 0 | 1B | 126 | 2B | 35 |
| Octal | 257 | 122 | 272 | 6 | 70 | 0 | 33 | 446 | 53 | 65 |
| Binary | 10101111 | 1010010 | 10111010 | 110 | 111000 | 0 | 11011 | 100100110 | 101011 | 110101 |
Color Harmonies of #AF52BA
Complementary color
Monochromatic Colors of #AF52BA
Black with #AF52BA
Text Example
Text Example
White with #AF52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52BA; }
p { color: rgb(175,82,186); }
H1.HeaderClassName
{
color: #AF52BA;
}
.AnyTagClassName
{
color: #AF52BA;
}
</style>
background-color css
<style>
a { background-color: #AF52BA; }
a { background-color: rgb(175,82,186); }
div.DivClassName
{
background-color: #AF52BA;
}
.BgClassName
{
background-color: #AF52BA;
}
</style>
border-color css
<style>
span { border-color: #AF52BA; }
span { border-color: rgb(175,82,186); }
td.TdClassName
{
border-color: #AF52BA;
}
.TagClassName
{
border-color: #AF52BA;
}
</style>