#AE40BF

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

Shades of Fuchsia #AE40BF

Tints of Fuchsia #AE40BF

Color information

#AE40BF (or 0xAE40BF) is unknown color: approx Fuchsia. HEX triplet: AE, 40 and BF. RGB value is (174,64,191). Sum of RGB (Red+Green+Blue) = 174+64+191=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40BF is #51BF40. Grayscale: #6E6E6E. Windows color (decimal): -5357377 or 12533934. OLE color: 12533934.

HSL color Cylindrical-coordinate representation of color #AE40BF: hue angle of 291.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE40BF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17464191-
CMYK0.090.6600.25
HSL291.97º49.8%50%-
HSV(B)291.97º66.49%74.9%-
XYZ28.6916.4350.95-
YUV111.37172.94172.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 64 (25.39% from 255) = 14.92%
BLUE value IS 191 (75% from 255) = 44.52%
R=40.56%
G=14.92%
B=44.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174641910.090.6600.25291.9749.850
HexAE40BF9420191243232
Octal256100277111020314446262
Binary1010111010000001011111110011000010011001100100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40BF; }

 p { color: rgb(174,64,191); }

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

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

 a { background-color: rgb(174,64,191); }

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

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

 span { border-color: rgb(174,64,191); }

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