#AE36AA

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

Shades of Fuchsia #AE36AA

Tints of Fuchsia #AE36AA

Color information

#AE36AA (or 0xAE36AA) is unknown color: approx Fuchsia. HEX triplet: AE, 36 and AA. RGB value is (174,54,170). Sum of RGB (Red+Green+Blue) = 174+54+170=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE36AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE36AA is #51C955. Grayscale: #666666. Windows color (decimal): -5359958 or 11155118. OLE color: 11155118.

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

Color convert

RGB17454170-
CMYK00.690.020.32
HSL302º52.63%44.71%-
HSV(B)302º68.97%68.24%-
XYZ26.0314.5439.46-
YUV103.1165.76178.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 54 (21.48% from 255) = 13.57%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=43.72%
G=13.57%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745417000.690.020.3230252.6344.71
HexAE36AA04522012e352d
Octal2566625201052404566555
Binary10101110110110101010100100010110100000100101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE36AA; }

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

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

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

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

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

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

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

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