Shades of Fuchsia #AE3AAA
Tints of Fuchsia #AE3AAA
RGB
CMYK
RGB Variations
Color information
#AE3AAA (or 0xAE3AAA) is known color: Fuchsia. HEX triplet: AE, 3A and AA. RGB value is (174,58,170). Sum of RGB (Red+Green+Blue) = 174+58+170=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3AAA is #51C555. Grayscale: #696969. Windows color (decimal): -5358934 or 11156142. OLE color: 11156142.
HSL color Cylindrical-coordinate representation of color #AE3AAA: hue angle of 302.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3AAA is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 170 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.32 |
| HSL | 302.07º | 0.5% | 0.45% | - |
| HSV(B) | 302.07º | 0.67% | 0.68% | - |
| XYZ | 26.22 | 14.93 | 39.53 | - |
| YUV | 105.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 170 | 0 | 0.67 | 0.02 | 0.32 | 302.07 | 0.5 | 0.45 |
| Hex | AE | 3A | AA | 0 | 43 | 2 | 20 | 12E | 32 | 2D |
| Octal | 256 | 72 | 252 | 0 | 103 | 2 | 40 | 456 | 62 | 55 |
| Binary | 10101110 | 111010 | 10101010 | 0 | 1000011 | 10 | 100000 | 100101110 | 110010 | 101101 |
Color Harmonies of #AE3AAA
Complementary color
Monochromatic Colors of #AE3AAA
Black with #AE3AAA
Text Example
Text Example
White with #AE3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3AAA; }
p { color: rgb(174,58,170); }
H1.HeaderClassName
{
color: #AE3AAA;
}
.AnyTagClassName
{
color: #AE3AAA;
}
</style>
background-color css
<style>
a { background-color: #AE3AAA; }
a { background-color: rgb(174,58,170); }
div.DivClassName
{
background-color: #AE3AAA;
}
.BgClassName
{
background-color: #AE3AAA;
}
</style>
border-color css
<style>
span { border-color: #AE3AAA; }
span { border-color: rgb(174,58,170); }
td.TdClassName
{
border-color: #AE3AAA;
}
.TagClassName
{
border-color: #AE3AAA;
}
</style>