Shades of Fuchsia #AE46C0
Tints of Fuchsia #AE46C0
RGB
CMYK
RGB Variations
Color information
#AE46C0 (or 0xAE46C0) is known color: Fuchsia. HEX triplet: AE, 46 and C0. RGB value is (174,70,192). Sum of RGB (Red+Green+Blue) = 174+70+192=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE46C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE46C0 is #51B93F. Grayscale: #727272. Windows color (decimal): -5355840 or 12601006. OLE color: 12601006.
HSL color Cylindrical-coordinate representation of color #AE46C0: hue angle of 291.15º 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 #AE46C0 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 70 | 192 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.25 |
| HSL | 291.15º | 0.49% | 0.51% | - |
| HSV(B) | 291.15º | 0.64% | 0.75% | - |
| XYZ | 29.16 | 17.18 | 51.65 | - |
| YUV | 115 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 192 | 0.09 | 0.64 | 0 | 0.25 | 291.15 | 0.49 | 0.51 |
| Hex | AE | 46 | C0 | 9 | 40 | 0 | 19 | 123 | 31 | 33 |
| Octal | 256 | 106 | 300 | 11 | 100 | 0 | 31 | 443 | 61 | 63 |
| Binary | 10101110 | 1000110 | 11000000 | 1001 | 1000000 | 0 | 11001 | 100100011 | 110001 | 110011 |
Color Harmonies of #AE46C0
Complementary color
Monochromatic Colors of #AE46C0
Black with #AE46C0
Text Example
Text Example
White with #AE46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE46C0; }
p { color: rgb(174,70,192); }
H1.HeaderClassName
{
color: #AE46C0;
}
.AnyTagClassName
{
color: #AE46C0;
}
</style>
background-color css
<style>
a { background-color: #AE46C0; }
a { background-color: rgb(174,70,192); }
div.DivClassName
{
background-color: #AE46C0;
}
.BgClassName
{
background-color: #AE46C0;
}
</style>
border-color css
<style>
span { border-color: #AE46C0; }
span { border-color: rgb(174,70,192); }
td.TdClassName
{
border-color: #AE46C0;
}
.TagClassName
{
border-color: #AE46C0;
}
</style>