Shades of Fuchsia #AE40BA
Tints of Fuchsia #AE40BA
RGB
CMYK
RGB Variations
Color information
#AE40BA (or 0xAE40BA) is known color: Fuchsia. HEX triplet: AE, 40 and BA. RGB value is (174,64,186). Sum of RGB (Red+Green+Blue) = 174+64+186=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40BA is #51BF45. Grayscale: #6E6E6E. Windows color (decimal): -5357382 or 12206254. OLE color: 12206254.
HSL color Cylindrical-coordinate representation of color #AE40BA: hue angle of 294.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE40BA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 64 | 186 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.27 |
| HSL | 294.1º | 0.49% | 0.49% | - |
| HSV(B) | 294.1º | 0.66% | 0.73% | - |
| XYZ | 28.15 | 16.21 | 48.1 | - |
| YUV | 110.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 186 | 0.06 | 0.66 | 0 | 0.27 | 294.1 | 0.49 | 0.49 |
| Hex | AE | 40 | BA | 6 | 42 | 0 | 1B | 126 | 31 | 31 |
| Octal | 256 | 100 | 272 | 6 | 102 | 0 | 33 | 446 | 61 | 61 |
| Binary | 10101110 | 1000000 | 10111010 | 110 | 1000010 | 0 | 11011 | 100100110 | 110001 | 110001 |
Color Harmonies of #AE40BA
Complementary color
Monochromatic Colors of #AE40BA
Black with #AE40BA
Text Example
Text Example
White with #AE40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40BA; }
p { color: rgb(174,64,186); }
H1.HeaderClassName
{
color: #AE40BA;
}
.AnyTagClassName
{
color: #AE40BA;
}
</style>
background-color css
<style>
a { background-color: #AE40BA; }
a { background-color: rgb(174,64,186); }
div.DivClassName
{
background-color: #AE40BA;
}
.BgClassName
{
background-color: #AE40BA;
}
</style>
border-color css
<style>
span { border-color: #AE40BA; }
span { border-color: rgb(174,64,186); }
td.TdClassName
{
border-color: #AE40BA;
}
.TagClassName
{
border-color: #AE40BA;
}
</style>