Shades of Fuchsia #AF4FC0
Tints of Fuchsia #AF4FC0
RGB
CMYK
RGB Variations
Color information
#AF4FC0 (or 0xAF4FC0) is known color: Fuchsia. HEX triplet: AF, 4F and C0. RGB value is (175,79,192). Sum of RGB (Red+Green+Blue) = 175+79+192=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF4FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FC0 is #50B03F. Grayscale: #787878. Windows color (decimal): -5288000 or 12603311. OLE color: 12603311.
HSL color Cylindrical-coordinate representation of color #AF4FC0: hue angle of 290.97º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4FC0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 79 | 192 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.25 |
| HSL | 290.97º | 0.47% | 0.53% | - |
| HSV(B) | 290.97º | 0.59% | 0.75% | - |
| XYZ | 29.99 | 18.51 | 51.86 | - |
| YUV | 120.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 192 | 0.09 | 0.59 | 0 | 0.25 | 290.97 | 0.47 | 0.53 |
| Hex | AF | 4F | C0 | 9 | 3B | 0 | 19 | 123 | 2F | 35 |
| Octal | 257 | 117 | 300 | 11 | 73 | 0 | 31 | 443 | 57 | 65 |
| Binary | 10101111 | 1001111 | 11000000 | 1001 | 111011 | 0 | 11001 | 100100011 | 101111 | 110101 |
Color Harmonies of #AF4FC0
Complementary color
Monochromatic Colors of #AF4FC0
Black with #AF4FC0
Text Example
Text Example
White with #AF4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FC0; }
p { color: rgb(175,79,192); }
H1.HeaderClassName
{
color: #AF4FC0;
}
.AnyTagClassName
{
color: #AF4FC0;
}
</style>
background-color css
<style>
a { background-color: #AF4FC0; }
a { background-color: rgb(175,79,192); }
div.DivClassName
{
background-color: #AF4FC0;
}
.BgClassName
{
background-color: #AF4FC0;
}
</style>
border-color css
<style>
span { border-color: #AF4FC0; }
span { border-color: rgb(175,79,192); }
td.TdClassName
{
border-color: #AF4FC0;
}
.TagClassName
{
border-color: #AF4FC0;
}
</style>