Shades of Fuchsia #AF50BD
Tints of Fuchsia #AF50BD
RGB
CMYK
RGB Variations
Color information
#AF50BD (or 0xAF50BD) is known color: Fuchsia. HEX triplet: AF, 50 and BD. RGB value is (175,80,189). Sum of RGB (Red+Green+Blue) = 175+80+189=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50BD is #50AF42. Grayscale: #787878. Windows color (decimal): -5287747 or 12406959. OLE color: 12406959.
HSL color Cylindrical-coordinate representation of color #AF50BD: hue angle of 292.29º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF50BD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 80 | 189 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.26 |
| HSL | 292.29º | 0.45% | 0.53% | - |
| HSV(B) | 292.29º | 0.58% | 0.74% | - |
| XYZ | 29.73 | 18.53 | 50.15 | - |
| YUV | 120.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 189 | 0.07 | 0.58 | 0 | 0.26 | 292.29 | 0.45 | 0.53 |
| Hex | AF | 50 | BD | 7 | 3A | 0 | 1A | 124 | 2D | 35 |
| Octal | 257 | 120 | 275 | 7 | 72 | 0 | 32 | 444 | 55 | 65 |
| Binary | 10101111 | 1010000 | 10111101 | 111 | 111010 | 0 | 11010 | 100100100 | 101101 | 110101 |
Color Harmonies of #AF50BD
Complementary color
Monochromatic Colors of #AF50BD
Black with #AF50BD
Text Example
Text Example
White with #AF50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50BD; }
p { color: rgb(175,80,189); }
H1.HeaderClassName
{
color: #AF50BD;
}
.AnyTagClassName
{
color: #AF50BD;
}
</style>
background-color css
<style>
a { background-color: #AF50BD; }
a { background-color: rgb(175,80,189); }
div.DivClassName
{
background-color: #AF50BD;
}
.BgClassName
{
background-color: #AF50BD;
}
</style>
border-color css
<style>
span { border-color: #AF50BD; }
span { border-color: rgb(175,80,189); }
td.TdClassName
{
border-color: #AF50BD;
}
.TagClassName
{
border-color: #AF50BD;
}
</style>