#AE35A8

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

Shades of Fuchsia #AE35A8

Tints of Fuchsia #AE35A8

Color information

#AE35A8 (or 0xAE35A8) is unknown color: approx Fuchsia. HEX triplet: AE, 35 and A8. RGB value is (174,53,168). Sum of RGB (Red+Green+Blue) = 174+53+168=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE35A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE35A8 is #51CA57. Grayscale: #656565. Windows color (decimal): -5360216 or 11023790. OLE color: 11023790.

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

Color convert

RGB17453168-
CMYK00.700.030.32
HSL302.98º53.3%44.51%-
HSV(B)302.98º69.54%68.24%-
XYZ25.814.3738.46-
YUV102.29165.09179.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 168 (66.02% from 255) = 42.53%
R=44.05%
G=13.42%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745316800.700.030.32302.9853.344.51
HexAE35A804632012f352d
Octal2566525001063404576555
Binary10101110110101101010000100011011100000100101111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE35A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE35A8; }

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

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

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

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

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

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

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

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