#AE3CAA

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

Shades of Fuchsia #AE3CAA

Tints of Fuchsia #AE3CAA

Color information

#AE3CAA (or 0xAE3CAA) is unknown color: approx Fuchsia. HEX triplet: AE, 3C and AA. RGB value is (174,60,170). Sum of RGB (Red+Green+Blue) = 174+60+170=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3CAA is #51C355. Grayscale: #6A6A6A. Windows color (decimal): -5358422 or 11156654. OLE color: 11156654.

HSL color Cylindrical-coordinate representation of color #AE3CAA: hue angle of 302.11º 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 #AE3CAA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17460170-
CMYK00.660.020.32
HSL302.11º48.72%45.88%-
HSV(B)302.11º65.52%68.24%-
XYZ26.3315.1339.56-
YUV106.63163.77176.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 60 (23.83% from 255) = 14.85%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=43.07%
G=14.85%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746017000.660.020.32302.1148.7245.88
HexAE3CAA04222012e312e
Octal2567425201022404566156
Binary10101110111100101010100100001010100000100101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3CAA; }

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

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

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

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

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

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

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

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