Shades of Fuchsia #AF41C0
Tints of Fuchsia #AF41C0
RGB
CMYK
RGB Variations
Color information
#AF41C0 (or 0xAF41C0) is known color: Fuchsia. HEX triplet: AF, 41 and C0. RGB value is (175,65,192). Sum of RGB (Red+Green+Blue) = 175+65+192=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF41C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41C0 is #50BE3F. Grayscale: #6F6F6F. Windows color (decimal): -5291584 or 12599727. OLE color: 12599727.
HSL color Cylindrical-coordinate representation of color #AF41C0: hue angle of 291.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF41C0 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 65 | 192 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.25 |
| HSL | 291.97º | 0.5% | 0.5% | - |
| HSV(B) | 291.97º | 0.66% | 0.75% | - |
| XYZ | 29.08 | 16.7 | 51.56 | - |
| YUV | 112.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 192 | 0.09 | 0.66 | 0 | 0.25 | 291.97 | 0.5 | 0.5 |
| Hex | AF | 41 | C0 | 9 | 42 | 0 | 19 | 124 | 32 | 32 |
| Octal | 257 | 101 | 300 | 11 | 102 | 0 | 31 | 444 | 62 | 62 |
| Binary | 10101111 | 1000001 | 11000000 | 1001 | 1000010 | 0 | 11001 | 100100100 | 110010 | 110010 |
Color Harmonies of #AF41C0
Complementary color
Monochromatic Colors of #AF41C0
Black with #AF41C0
Text Example
Text Example
White with #AF41C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41C0; }
p { color: rgb(175,65,192); }
H1.HeaderClassName
{
color: #AF41C0;
}
.AnyTagClassName
{
color: #AF41C0;
}
</style>
background-color css
<style>
a { background-color: #AF41C0; }
a { background-color: rgb(175,65,192); }
div.DivClassName
{
background-color: #AF41C0;
}
.BgClassName
{
background-color: #AF41C0;
}
</style>
border-color css
<style>
span { border-color: #AF41C0; }
span { border-color: rgb(175,65,192); }
td.TdClassName
{
border-color: #AF41C0;
}
.TagClassName
{
border-color: #AF41C0;
}
</style>