#AE33AD

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

Shades of Fuchsia #AE33AD

Tints of Fuchsia #AE33AD

Color information

#AE33AD (or 0xAE33AD) is unknown color: approx Fuchsia. HEX triplet: AE, 33 and AD. RGB value is (174,51,173). Sum of RGB (Red+Green+Blue) = 174+51+173=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE33AD is #51CC52. Grayscale: #656565. Windows color (decimal): -5360723 or 11350958. OLE color: 11350958.

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

Color convert

RGB17451173-
CMYK00.710.010.32
HSL300.49º54.67%44.12%-
HSV(B)300.49º70.69%68.24%-
XYZ26.1814.3840.93-
YUV101.68168.25179.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 51 (20.31% from 255) = 12.81%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=43.72%
G=12.81%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745117300.710.010.32300.4954.6744.12
HexAE33AD04712012c372c
Octal2566325501071404546754
Binary1010111011001110101101010001111100000100101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE33AD; }

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

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

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

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

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

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

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

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