#AE30A9

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

Shades of Fuchsia #AE30A9

Tints of Fuchsia #AE30A9

Color information

#AE30A9 (or 0xAE30A9) is unknown color: approx Fuchsia. HEX triplet: AE, 30 and A9. RGB value is (174,48,169). Sum of RGB (Red+Green+Blue) = 174+48+169=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE30A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE30A9 is #51CF56. Grayscale: #636363. Windows color (decimal): -5361495 or 11088046. OLE color: 11088046.

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

Color convert

RGB17448169-
CMYK00.720.030.32
HSL302.38º56.76%43.53%-
HSV(B)302.38º72.41%68.24%-
XYZ25.6713.9838.88-
YUV99.47167.24181.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 169 (66.41% from 255) = 43.22%
R=44.50%
G=12.28%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744816900.720.030.32302.3856.7643.53
HexAE30A904832012e392c
Octal2566025101103404567154
Binary10101110110000101010010100100011100000100101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30A9; }

 p { color: rgb(174,48,169); }

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

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

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

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

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

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

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