#AA3AAE

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

Shades of Fuchsia #AA3AAE

Tints of Fuchsia #AA3AAE

Color information

#AA3AAE (or 0xAA3AAE) is unknown color: approx Fuchsia. HEX triplet: AA, 3A and AE. RGB value is (170,58,174). Sum of RGB (Red+Green+Blue) = 170+58+174=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA3AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAE is #55C551. Grayscale: #686868. Windows color (decimal): -5621074 or 11418282. OLE color: 11418282.

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

Color convert

RGB17058174-
CMYK0.020.6700.32
HSL297.93º50%45.49%-
HSV(B)297.93º66.67%68.24%-
XYZ25.7314.6341.51-
YUV104.71167.11174.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 58 (23.05% from 255) = 14.43%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=42.29%
G=14.43%
B=43.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170581740.020.6700.32297.935045.49
HexAA3AAE24302012a322d
Octal2527225621030404526255
Binary10101010111010101011101010000110100000100101010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3AAE; }

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

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

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

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

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

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

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

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