Shades of Fuchsia #AE44C0
Tints of Fuchsia #AE44C0
RGB
CMYK
RGB Variations
Color information
#AE44C0 (or 0xAE44C0) is known color: Fuchsia. HEX triplet: AE, 44 and C0. RGB value is (174,68,192). Sum of RGB (Red+Green+Blue) = 174+68+192=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE44C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44C0 is #51BB3F. Grayscale: #717171. Windows color (decimal): -5356352 or 12600494. OLE color: 12600494.
HSL color Cylindrical-coordinate representation of color #AE44C0: hue angle of 291.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE44C0 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 68 | 192 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.25 |
| HSL | 291.29º | 0.5% | 0.51% | - |
| HSV(B) | 291.29º | 0.65% | 0.75% | - |
| XYZ | 29.04 | 16.94 | 51.61 | - |
| YUV | 113.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 192 | 0.09 | 0.65 | 0 | 0.25 | 291.29 | 0.5 | 0.51 |
| Hex | AE | 44 | C0 | 9 | 41 | 0 | 19 | 123 | 32 | 33 |
| Octal | 256 | 104 | 300 | 11 | 101 | 0 | 31 | 443 | 62 | 63 |
| Binary | 10101110 | 1000100 | 11000000 | 1001 | 1000001 | 0 | 11001 | 100100011 | 110010 | 110011 |
Color Harmonies of #AE44C0
Complementary color
Monochromatic Colors of #AE44C0
Black with #AE44C0
Text Example
Text Example
White with #AE44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE44C0; }
p { color: rgb(174,68,192); }
H1.HeaderClassName
{
color: #AE44C0;
}
.AnyTagClassName
{
color: #AE44C0;
}
</style>
background-color css
<style>
a { background-color: #AE44C0; }
a { background-color: rgb(174,68,192); }
div.DivClassName
{
background-color: #AE44C0;
}
.BgClassName
{
background-color: #AE44C0;
}
</style>
border-color css
<style>
span { border-color: #AE44C0; }
span { border-color: rgb(174,68,192); }
td.TdClassName
{
border-color: #AE44C0;
}
.TagClassName
{
border-color: #AE44C0;
}
</style>