Shades of Fuchsia #AF46C0
Tints of Fuchsia #AF46C0
RGB
CMYK
RGB Variations
Color information
#AF46C0 (or 0xAF46C0) is known color: Fuchsia. HEX triplet: AF, 46 and C0. RGB value is (175,70,192). Sum of RGB (Red+Green+Blue) = 175+70+192=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF46C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46C0 is #50B93F. Grayscale: #727272. Windows color (decimal): -5290304 or 12601007. OLE color: 12601007.
HSL color Cylindrical-coordinate representation of color #AF46C0: hue angle of 291.64º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF46C0 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 70 | 192 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.25 |
| HSL | 291.64º | 0.49% | 0.51% | - |
| HSV(B) | 291.64º | 0.64% | 0.75% | - |
| XYZ | 29.38 | 17.3 | 51.66 | - |
| YUV | 115.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 192 | 0.09 | 0.64 | 0 | 0.25 | 291.64 | 0.49 | 0.51 |
| Hex | AF | 46 | C0 | 9 | 40 | 0 | 19 | 124 | 31 | 33 |
| Octal | 257 | 106 | 300 | 11 | 100 | 0 | 31 | 444 | 61 | 63 |
| Binary | 10101111 | 1000110 | 11000000 | 1001 | 1000000 | 0 | 11001 | 100100100 | 110001 | 110011 |
Color Harmonies of #AF46C0
Complementary color
Monochromatic Colors of #AF46C0
Black with #AF46C0
Text Example
Text Example
White with #AF46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46C0; }
p { color: rgb(175,70,192); }
H1.HeaderClassName
{
color: #AF46C0;
}
.AnyTagClassName
{
color: #AF46C0;
}
</style>
background-color css
<style>
a { background-color: #AF46C0; }
a { background-color: rgb(175,70,192); }
div.DivClassName
{
background-color: #AF46C0;
}
.BgClassName
{
background-color: #AF46C0;
}
</style>
border-color css
<style>
span { border-color: #AF46C0; }
span { border-color: rgb(175,70,192); }
td.TdClassName
{
border-color: #AF46C0;
}
.TagClassName
{
border-color: #AF46C0;
}
</style>