#AA40AE

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

Shades of Fuchsia #AA40AE

Tints of Fuchsia #AA40AE

Color information

#AA40AE (or 0xAA40AE) is unknown color: approx Fuchsia. HEX triplet: AA, 40 and AE. RGB value is (170,64,174). Sum of RGB (Red+Green+Blue) = 170+64+174=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA40AE is #55BF51. Grayscale: #6B6B6B. Windows color (decimal): -5619538 or 11419818. OLE color: 11419818.

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

Color convert

RGB17064174-
CMYK0.020.6300.32
HSL297.82º46.22%46.67%-
HSV(B)297.82º63.22%68.24%-
XYZ26.0515.2741.62-
YUV108.23165.12172.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=41.67%
G=15.69%
B=42.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170641740.020.6300.32297.8246.2246.67
HexAA40AE23F02012a2e2f
Octal2521002562770404525657
Binary10101010100000010101110101111110100000100101010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40AE; }

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

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

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

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

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

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

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

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