Shades of Fuchsia #AF4EC0
Tints of Fuchsia #AF4EC0
RGB
CMYK
RGB Variations
Color information
#AF4EC0 (or 0xAF4EC0) is known color: Fuchsia. HEX triplet: AF, 4E and C0. RGB value is (175,78,192). Sum of RGB (Red+Green+Blue) = 175+78+192=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF4EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EC0 is #50B13F. Grayscale: #777777. Windows color (decimal): -5288256 or 12603055. OLE color: 12603055.
HSL color Cylindrical-coordinate representation of color #AF4EC0: hue angle of 291.05º 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 #AF4EC0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 78 | 192 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.25 |
| HSL | 291.05º | 0.48% | 0.53% | - |
| HSV(B) | 291.05º | 0.59% | 0.75% | - |
| XYZ | 29.92 | 18.37 | 51.84 | - |
| YUV | 120 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 192 | 0.09 | 0.59 | 0 | 0.25 | 291.05 | 0.48 | 0.53 |
| Hex | AF | 4E | C0 | 9 | 3B | 0 | 19 | 123 | 30 | 35 |
| Octal | 257 | 116 | 300 | 11 | 73 | 0 | 31 | 443 | 60 | 65 |
| Binary | 10101111 | 1001110 | 11000000 | 1001 | 111011 | 0 | 11001 | 100100011 | 110000 | 110101 |
Color Harmonies of #AF4EC0
Complementary color
Monochromatic Colors of #AF4EC0
Black with #AF4EC0
Text Example
Text Example
White with #AF4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EC0; }
p { color: rgb(175,78,192); }
H1.HeaderClassName
{
color: #AF4EC0;
}
.AnyTagClassName
{
color: #AF4EC0;
}
</style>
background-color css
<style>
a { background-color: #AF4EC0; }
a { background-color: rgb(175,78,192); }
div.DivClassName
{
background-color: #AF4EC0;
}
.BgClassName
{
background-color: #AF4EC0;
}
</style>
border-color css
<style>
span { border-color: #AF4EC0; }
span { border-color: rgb(175,78,192); }
td.TdClassName
{
border-color: #AF4EC0;
}
.TagClassName
{
border-color: #AF4EC0;
}
</style>