#AE36B3

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

Shades of Fuchsia #AE36B3

Tints of Fuchsia #AE36B3

Color information

#AE36B3 (or 0xAE36B3) is unknown color: approx Fuchsia. HEX triplet: AE, 36 and B3. RGB value is (174,54,179). Sum of RGB (Red+Green+Blue) = 174+54+179=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE36B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE36B3 is #51C94C. Grayscale: #676767. Windows color (decimal): -5359949 or 11744942. OLE color: 11744942.

HSL color Cylindrical-coordinate representation of color #AE36B3: hue angle of 297.6º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE36B3 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17454179-
CMYK0.030.7000.30
HSL297.6º53.65%45.69%-
HSV(B)297.6º69.83%70.2%-
XYZ26.9114.8944.1-
YUV104.13170.26177.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 54 (21.48% from 255) = 13.27%
BLUE value IS 179 (70.31% from 255) = 43.98%
R=42.75%
G=13.27%
B=43.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174541790.030.7000.30297.653.6545.69
HexAE36B334601E12a362e
Octal2566626331060364526656
Binary1010111011011010110011111000110011110100101010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE36B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE36B3; }

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

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

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

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

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

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

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

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