#AE32AF

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

Shades of Fuchsia #AE32AF

Tints of Fuchsia #AE32AF

Color information

#AE32AF (or 0xAE32AF) is unknown color: approx Fuchsia. HEX triplet: AE, 32 and AF. RGB value is (174,50,175). Sum of RGB (Red+Green+Blue) = 174+50+175=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE32AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32AF is #51CD50. Grayscale: #646464. Windows color (decimal): -5360977 or 11481774. OLE color: 11481774.

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

Color convert

RGB17450175-
CMYK0.010.7100.31
HSL299.52º55.56%44.12%-
HSV(B)299.52º71.43%68.63%-
XYZ26.3314.3841.94-
YUV101.33169.58179.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 50 (19.92% from 255) = 12.53%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=43.61%
G=12.53%
B=43.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174501750.010.7100.31299.5255.5644.12
HexAE32AF14701F12c382c
Octal2566225711070374547054
Binary101011101100101010111111000111011111100101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE32AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE32AF; }

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

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

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

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

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

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

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

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