#AE43B9

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

Shades of Fuchsia #AE43B9

Tints of Fuchsia #AE43B9

Color information

#AE43B9 (or 0xAE43B9) is unknown color: approx Fuchsia. HEX triplet: AE, 43 and B9. RGB value is (174,67,185). Sum of RGB (Red+Green+Blue) = 174+67+185=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE43B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE43B9 is #51BC46. Grayscale: #707070. Windows color (decimal): -5356615 or 12141486. OLE color: 12141486.

HSL color Cylindrical-coordinate representation of color #AE43B9: hue angle of 294.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE43B9 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17467185-
CMYK0.060.6400.27
HSL294.41º46.83%49.41%-
HSV(B)294.41º63.78%72.55%-
XYZ28.2216.5247.6-
YUV112.44168.95171.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 67 (26.56% from 255) = 15.73%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=40.85%
G=15.73%
B=43.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174671850.060.6400.27294.4146.8349.41
HexAE43B964001B1262f31
Octal25610327161000334465761
Binary101011101000011101110011101000000011011100100110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE43B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE43B9; }

 p { color: rgb(174,67,185); }

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

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

 a { background-color: rgb(174,67,185); }

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

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

 span { border-color: rgb(174,67,185); }

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