#AE32AD

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

Shades of Fuchsia #AE32AD

Tints of Fuchsia #AE32AD

Color information

#AE32AD (or 0xAE32AD) is unknown color: approx Fuchsia. HEX triplet: AE, 32 and AD. RGB value is (174,50,173). Sum of RGB (Red+Green+Blue) = 174+50+173=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32AD is #51CD52. Grayscale: #646464. Windows color (decimal): -5360979 or 11350702. OLE color: 11350702.

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

Color convert

RGB17450173-
CMYK00.710.010.32
HSL300.48º55.36%43.92%-
HSV(B)300.48º71.26%68.24%-
XYZ26.1414.340.92-
YUV101.1168.58180-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 50 (19.92% from 255) = 12.59%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=43.83%
G=12.59%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745017300.710.010.32300.4855.3643.92
HexAE32AD04712012c372c
Octal2566225501071404546754
Binary1010111011001010101101010001111100000100101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE32AD; }

 p { color: rgb(174,50,173); }

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

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

 a { background-color: rgb(174,50,173); }

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

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

 span { border-color: rgb(174,50,173); }

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