Shades of Fuchsia #AE3CAE
Tints of Fuchsia #AE3CAE
RGB
CMYK
RGB Variations
Color information
#AE3CAE (or 0xAE3CAE) is known color: Fuchsia. HEX triplet: AE, 3C and AE. RGB value is (174,60,174). Sum of RGB (Red+Green+Blue) = 174+60+174=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE3CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3CAE is #51C351. Grayscale: #6A6A6A. Windows color (decimal): -5358418 or 11418798. OLE color: 11418798.
HSL color Cylindrical-coordinate representation of color #AE3CAE: hue angle of 300º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3CAE is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 174 | - |
| CMYK | 0 | 0.66 | 0 | 0.32 |
| HSL | 300º | 0.49% | 0.46% | - |
| HSV(B) | 300º | 0.66% | 0.68% | - |
| XYZ | 26.71 | 15.29 | 41.59 | - |
| YUV | 107.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 174 | 0 | 0.66 | 0 | 0.32 | 300 | 0.49 | 0.46 |
| Hex | AE | 3C | AE | 0 | 42 | 0 | 20 | 12C | 31 | 2E |
| Octal | 256 | 74 | 256 | 0 | 102 | 0 | 40 | 454 | 61 | 56 |
| Binary | 10101110 | 111100 | 10101110 | 0 | 1000010 | 0 | 100000 | 100101100 | 110001 | 101110 |
Color Harmonies of #AE3CAE
Complementary color
Monochromatic Colors of #AE3CAE
Black with #AE3CAE
Text Example
Text Example
White with #AE3CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3CAE; }
p { color: rgb(174,60,174); }
H1.HeaderClassName
{
color: #AE3CAE;
}
.AnyTagClassName
{
color: #AE3CAE;
}
</style>
background-color css
<style>
a { background-color: #AE3CAE; }
a { background-color: rgb(174,60,174); }
div.DivClassName
{
background-color: #AE3CAE;
}
.BgClassName
{
background-color: #AE3CAE;
}
</style>
border-color css
<style>
span { border-color: #AE3CAE; }
span { border-color: rgb(174,60,174); }
td.TdClassName
{
border-color: #AE3CAE;
}
.TagClassName
{
border-color: #AE3CAE;
}
</style>