Shades of Fuchsia #AE40C0
Tints of Fuchsia #AE40C0
RGB
CMYK
RGB Variations
Color information
#AE40C0 (or 0xAE40C0) is known color: Fuchsia. HEX triplet: AE, 40 and C0. RGB value is (174,64,192). Sum of RGB (Red+Green+Blue) = 174+64+192=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE40C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40C0 is #51BF3F. Grayscale: #6F6F6F. Windows color (decimal): -5357376 or 12599470. OLE color: 12599470.
HSL color Cylindrical-coordinate representation of color #AE40C0: hue angle of 291.56º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE40C0 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 64 | 192 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.25 |
| HSL | 291.56º | 0.5% | 0.5% | - |
| HSV(B) | 291.56º | 0.67% | 0.75% | - |
| XYZ | 28.8 | 16.47 | 51.53 | - |
| YUV | 111.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 192 | 0.09 | 0.67 | 0 | 0.25 | 291.56 | 0.5 | 0.5 |
| Hex | AE | 40 | C0 | 9 | 43 | 0 | 19 | 124 | 32 | 32 |
| Octal | 256 | 100 | 300 | 11 | 103 | 0 | 31 | 444 | 62 | 62 |
| Binary | 10101110 | 1000000 | 11000000 | 1001 | 1000011 | 0 | 11001 | 100100100 | 110010 | 110010 |
Color Harmonies of #AE40C0
Complementary color
Monochromatic Colors of #AE40C0
Black with #AE40C0
Text Example
Text Example
White with #AE40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40C0; }
p { color: rgb(174,64,192); }
H1.HeaderClassName
{
color: #AE40C0;
}
.AnyTagClassName
{
color: #AE40C0;
}
</style>
background-color css
<style>
a { background-color: #AE40C0; }
a { background-color: rgb(174,64,192); }
div.DivClassName
{
background-color: #AE40C0;
}
.BgClassName
{
background-color: #AE40C0;
}
</style>
border-color css
<style>
span { border-color: #AE40C0; }
span { border-color: rgb(174,64,192); }
td.TdClassName
{
border-color: #AE40C0;
}
.TagClassName
{
border-color: #AE40C0;
}
</style>