#AA3BAE

Color #AA3BAE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AA3BAE

Tints of Fuchsia #AA3BAE

Color information

#AA3BAE (or 0xAA3BAE) is unknown color: approx 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

RGB17059174-
CMYK0.020.6600.32
HSL297.91º49.36%45.69%-
HSV(B)297.91º66.09%68.24%-
XYZ25.7814.7341.53-
YUV105.3166.77174.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=42.18%
G=14.64%
B=43.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170591740.020.6600.32297.9149.3645.69
HexAA3BAE24202012a312e
Octal2527325621020404526156
Binary10101010111011101011101010000100100000100101010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>