Shades of Fuchsia #AE34A9
Tints of Fuchsia #AE34A9
RGB
CMYK
RGB Variations
Color information
#AE34A9 (or 0xAE34A9) is known color: Fuchsia. HEX triplet: AE, 34 and A9. RGB value is (174,52,169). Sum of RGB (Red+Green+Blue) = 174+52+169=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE34A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE34A9 is #51CB56. Grayscale: #656565. Windows color (decimal): -5360471 or 11089070. OLE color: 11089070.
HSL color Cylindrical-coordinate representation of color #AE34A9: hue angle of 302.46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE34A9 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 169 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.32 |
| HSL | 302.46º | 0.54% | 0.44% | - |
| HSV(B) | 302.46º | 0.7% | 0.68% | - |
| XYZ | 25.84 | 14.32 | 38.94 | - |
| YUV | 101.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 169 | 0 | 0.70 | 0.03 | 0.32 | 302.46 | 0.54 | 0.44 |
| Hex | AE | 34 | A9 | 0 | 46 | 3 | 20 | 12E | 36 | 2C |
| Octal | 256 | 64 | 251 | 0 | 106 | 3 | 40 | 456 | 66 | 54 |
| Binary | 10101110 | 110100 | 10101001 | 0 | 1000110 | 11 | 100000 | 100101110 | 110110 | 101100 |
Color Harmonies of #AE34A9
Complementary color
Monochromatic Colors of #AE34A9
Black with #AE34A9
Text Example
Text Example
White with #AE34A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE34A9; }
p { color: rgb(174,52,169); }
H1.HeaderClassName
{
color: #AE34A9;
}
.AnyTagClassName
{
color: #AE34A9;
}
</style>
background-color css
<style>
a { background-color: #AE34A9; }
a { background-color: rgb(174,52,169); }
div.DivClassName
{
background-color: #AE34A9;
}
.BgClassName
{
background-color: #AE34A9;
}
</style>
border-color css
<style>
span { border-color: #AE34A9; }
span { border-color: rgb(174,52,169); }
td.TdClassName
{
border-color: #AE34A9;
}
.TagClassName
{
border-color: #AE34A9;
}
</style>