#AE30AC

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

Shades of Fuchsia #AE30AC

Tints of Fuchsia #AE30AC

Color information

#AE30AC (or 0xAE30AC) is unknown color: approx Fuchsia. HEX triplet: AE, 30 and AC. RGB value is (174,48,172). Sum of RGB (Red+Green+Blue) = 174+48+172=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE30AC is #51CF53. Grayscale: #636363. Windows color (decimal): -5361492 or 11284654. OLE color: 11284654.

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

Color convert

RGB17448172-
CMYK00.720.010.32
HSL300.95º56.76%43.53%-
HSV(B)300.95º72.41%68.24%-
XYZ25.9614.0940.38-
YUV99.81168.74180.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 48 (19.14% from 255) = 12.18%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=44.16%
G=12.18%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744817200.720.010.32300.9556.7643.53
HexAE30AC04812012d392c
Octal2566025401101404557154
Binary1010111011000010101100010010001100000100101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30AC; }

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

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

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

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

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

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

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

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