#AE39A8

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

Shades of Fuchsia #AE39A8

Tints of Fuchsia #AE39A8

Color information

#AE39A8 (or 0xAE39A8) is unknown color: approx Fuchsia. HEX triplet: AE, 39 and A8. RGB value is (174,57,168). Sum of RGB (Red+Green+Blue) = 174+57+168=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE39A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE39A8 is #51C657. Grayscale: #686868. Windows color (decimal): -5359192 or 11024814. OLE color: 11024814.

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

Color convert

RGB17457168-
CMYK00.670.030.32
HSL303.08º50.65%45.29%-
HSV(B)303.08º67.24%68.24%-
XYZ25.9914.7538.52-
YUV104.64163.76177.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 168 (66.02% from 255) = 42.11%
R=43.61%
G=14.29%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745716800.670.030.32303.0850.6545.29
HexAE39A804332012f332d
Octal2567125001033404576355
Binary10101110111001101010000100001111100000100101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE39A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE39A8; }

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

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

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

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

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

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

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

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