#AA38AE

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

Shades of Fuchsia #AA38AE

Tints of Fuchsia #AA38AE

Color information

#AA38AE (or 0xAA38AE) is unknown color: approx Fuchsia. HEX triplet: AA, 38 and AE. RGB value is (170,56,174). Sum of RGB (Red+Green+Blue) = 170+56+174=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA38AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38AE is #55C751. Grayscale: #676767. Windows color (decimal): -5621586 or 11417770. OLE color: 11417770.

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

Color convert

RGB17056174-
CMYK0.020.6800.32
HSL297.97º51.3%45.1%-
HSV(B)297.97º67.82%68.24%-
XYZ25.6314.4341.48-
YUV103.54167.77175.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 56 (22.27% from 255) = 14%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=42.5%
G=14%
B=43.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170561740.020.6800.32297.9751.345.1
HexAA38AE24402012a332d
Octal2527025621040404526355
Binary10101010111000101011101010001000100000100101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38AE; }

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

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

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

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

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

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

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

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