#AE39B2

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

Shades of Fuchsia #AE39B2

Tints of Fuchsia #AE39B2

Color information

#AE39B2 (or 0xAE39B2) is unknown color: approx Fuchsia. HEX triplet: AE, 39 and B2. RGB value is (174,57,178). Sum of RGB (Red+Green+Blue) = 174+57+178=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE39B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE39B2 is #51C64D. Grayscale: #696969. Windows color (decimal): -5359182 or 11680174. OLE color: 11680174.

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

Color convert

RGB17457178-
CMYK0.020.6800.30
HSL298.02º51.49%46.08%-
HSV(B)298.02º67.98%69.8%-
XYZ26.9515.1443.62-
YUV105.78168.76176.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 178 (69.92% from 255) = 43.52%
R=42.54%
G=13.94%
B=43.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174571780.020.6800.30298.0251.4946.08
HexAE39B224401E12a332e
Octal2567126221040364526356
Binary1010111011100110110010101000100011110100101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE39B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE39B2; }

 p { color: rgb(174,57,178); }

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

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

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

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

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

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

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