Shades of Fuchsia #AA3DAE
Tints of Fuchsia #AA3DAE
RGB
CMYK
RGB Variations
Color information
#AA3DAE (or 0xAA3DAE) is known color: Fuchsia. HEX triplet: AA, 3D and AE. RGB value is (170,61,174). Sum of RGB (Red+Green+Blue) = 170+61+174=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3DAE is #55C251. Grayscale: #6A6A6A. Windows color (decimal): -5620306 or 11419050. OLE color: 11419050.
HSL color Cylindrical-coordinate representation of color #AA3DAE: hue angle of 297.88º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3DAE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 61 | 174 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.32 |
| HSL | 297.88º | 0.48% | 0.46% | - |
| HSV(B) | 297.88º | 0.65% | 0.68% | - |
| XYZ | 25.89 | 14.94 | 41.56 | - |
| YUV | 106.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 174 | 0.02 | 0.65 | 0 | 0.32 | 297.88 | 0.48 | 0.46 |
| Hex | AA | 3D | AE | 2 | 41 | 0 | 20 | 12A | 30 | 2E |
| Octal | 252 | 75 | 256 | 2 | 101 | 0 | 40 | 452 | 60 | 56 |
| Binary | 10101010 | 111101 | 10101110 | 10 | 1000001 | 0 | 100000 | 100101010 | 110000 | 101110 |
Color Harmonies of #AA3DAE
Complementary color
Monochromatic Colors of #AA3DAE
Black with #AA3DAE
Text Example
Text Example
White with #AA3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DAE; }
p { color: rgb(170,61,174); }
H1.HeaderClassName
{
color: #AA3DAE;
}
.AnyTagClassName
{
color: #AA3DAE;
}
</style>
background-color css
<style>
a { background-color: #AA3DAE; }
a { background-color: rgb(170,61,174); }
div.DivClassName
{
background-color: #AA3DAE;
}
.BgClassName
{
background-color: #AA3DAE;
}
</style>
border-color css
<style>
span { border-color: #AA3DAE; }
span { border-color: rgb(170,61,174); }
td.TdClassName
{
border-color: #AA3DAE;
}
.TagClassName
{
border-color: #AA3DAE;
}
</style>