Shades of Fuchsia #AA3BAE
Tints of Fuchsia #AA3BAE
RGB
CMYK
RGB Variations
Color information
#AA3BAE (or 0xAA3BAE) is known color: Fuchsia. HEX triplet: AA, 3B and AE. RGB value is (170,59,174). Sum of RGB (Red+Green+Blue) = 170+59+174=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA3BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3BAE is #55C451. Grayscale: #686868. Windows color (decimal): -5620818 or 11418538. OLE color: 11418538.
HSL color Cylindrical-coordinate representation of color #AA3BAE: hue angle of 297.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3BAE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 59 | 174 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.32 |
| HSL | 297.91º | 0.49% | 0.46% | - |
| HSV(B) | 297.91º | 0.66% | 0.68% | - |
| XYZ | 25.78 | 14.73 | 41.53 | - |
| YUV | 105.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 174 | 0.02 | 0.66 | 0 | 0.32 | 297.91 | 0.49 | 0.46 |
| Hex | AA | 3B | AE | 2 | 42 | 0 | 20 | 12A | 31 | 2E |
| Octal | 252 | 73 | 256 | 2 | 102 | 0 | 40 | 452 | 61 | 56 |
| Binary | 10101010 | 111011 | 10101110 | 10 | 1000010 | 0 | 100000 | 100101010 | 110001 | 101110 |
Color Harmonies of #AA3BAE
Complementary color
Monochromatic Colors of #AA3BAE
Black with #AA3BAE
Text Example
Text Example
White with #AA3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BAE; }
p { color: rgb(170,59,174); }
H1.HeaderClassName
{
color: #AA3BAE;
}
.AnyTagClassName
{
color: #AA3BAE;
}
</style>
background-color css
<style>
a { background-color: #AA3BAE; }
a { background-color: rgb(170,59,174); }
div.DivClassName
{
background-color: #AA3BAE;
}
.BgClassName
{
background-color: #AA3BAE;
}
</style>
border-color css
<style>
span { border-color: #AA3BAE; }
span { border-color: rgb(170,59,174); }
td.TdClassName
{
border-color: #AA3BAE;
}
.TagClassName
{
border-color: #AA3BAE;
}
</style>