#AA3EAE

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

Shades of Fuchsia #AA3EAE

Tints of Fuchsia #AA3EAE

Color information

#AA3EAE (or 0xAA3EAE) is unknown color: approx Fuchsia. HEX triplet: AA, 3E and AE. RGB value is (170,62,174). Sum of RGB (Red+Green+Blue) = 170+62+174=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA3EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3EAE is #55C151. Grayscale: #6A6A6A. Windows color (decimal): -5620050 or 11419306. OLE color: 11419306.

HSL color Cylindrical-coordinate representation of color #AA3EAE: hue angle of 297.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3EAE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17062174-
CMYK0.020.6400.32
HSL297.86º47.46%46.27%-
HSV(B)297.86º64.37%68.24%-
XYZ25.9415.0541.58-
YUV107.06165.78172.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 62 (24.61% from 255) = 15.27%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=41.87%
G=15.27%
B=42.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170621740.020.6400.32297.8647.4646.27
HexAA3EAE24002012a2f2e
Octal2527625621000404525756
Binary10101010111110101011101010000000100000100101010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3EAE; }

 p { color: rgb(170,62,174); }

 H1.HeaderClassName
 {
   color: #AA3EAE;
 }
 .AnyTagClassName
 {
   color: #AA3EAE;
 }
</style>
background-color css

<style>
 a { background-color: #AA3EAE; }

 a { background-color: rgb(170,62,174); }

 div.DivClassName
 {
   background-color: #AA3EAE;
 }
 .BgClassName
 {
   background-color: #AA3EAE;
 }
</style>
border-color css

<style>
 span { border-color: #AA3EAE; }

 span { border-color: rgb(170,62,174); }

 td.TdClassName
 {
   border-color: #AA3EAE;
 }
 .TagClassName
 {
   border-color: #AA3EAE;
 }
</style>