#AE33AE

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

Shades of Fuchsia #AE33AE

Tints of Fuchsia #AE33AE

Color information

#AE33AE (or 0xAE33AE) is unknown color: approx Fuchsia. HEX triplet: AE, 33 and AE. RGB value is (174,51,174). Sum of RGB (Red+Green+Blue) = 174+51+174=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE33AE is #51CC51. Grayscale: #656565. Windows color (decimal): -5360722 or 11416494. OLE color: 11416494.

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

Color convert

RGB17451174-
CMYK00.7100.32
HSL300º54.67%44.12%-
HSV(B)300º70.69%68.24%-
XYZ26.2814.4241.44-
YUV101.8168.75179.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=43.61%
G=12.78%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745117400.7100.3230054.6744.12
HexAE33AE04702012c372c
Octal2566325601070404546754
Binary1010111011001110101110010001110100000100101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE33AE; }

 p { color: rgb(174,51,174); }

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

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

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

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

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

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

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