Shades of Fuchsia #AF4DC0
Tints of Fuchsia #AF4DC0
RGB
CMYK
RGB Variations
Color information
#AF4DC0 (or 0xAF4DC0) is known color: Fuchsia. HEX triplet: AF, 4D and C0. RGB value is (175,77,192). Sum of RGB (Red+Green+Blue) = 175+77+192=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF4DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC0 is #50B23F. Grayscale: #777777. Windows color (decimal): -5288512 or 12602799. OLE color: 12602799.
HSL color Cylindrical-coordinate representation of color #AF4DC0: hue angle of 291.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4DC0 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 77 | 192 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.25 |
| HSL | 291.13º | 0.48% | 0.53% | - |
| HSV(B) | 291.13º | 0.6% | 0.75% | - |
| XYZ | 29.85 | 18.23 | 51.81 | - |
| YUV | 119.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 192 | 0.09 | 0.60 | 0 | 0.25 | 291.13 | 0.48 | 0.53 |
| Hex | AF | 4D | C0 | 9 | 3C | 0 | 19 | 123 | 30 | 35 |
| Octal | 257 | 115 | 300 | 11 | 74 | 0 | 31 | 443 | 60 | 65 |
| Binary | 10101111 | 1001101 | 11000000 | 1001 | 111100 | 0 | 11001 | 100100011 | 110000 | 110101 |
Color Harmonies of #AF4DC0
Complementary color
Monochromatic Colors of #AF4DC0
Black with #AF4DC0
Text Example
Text Example
White with #AF4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DC0; }
p { color: rgb(175,77,192); }
H1.HeaderClassName
{
color: #AF4DC0;
}
.AnyTagClassName
{
color: #AF4DC0;
}
</style>
background-color css
<style>
a { background-color: #AF4DC0; }
a { background-color: rgb(175,77,192); }
div.DivClassName
{
background-color: #AF4DC0;
}
.BgClassName
{
background-color: #AF4DC0;
}
</style>
border-color css
<style>
span { border-color: #AF4DC0; }
span { border-color: rgb(175,77,192); }
td.TdClassName
{
border-color: #AF4DC0;
}
.TagClassName
{
border-color: #AF4DC0;
}
</style>