#AE40BD

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

Shades of Fuchsia #AE40BD

Tints of Fuchsia #AE40BD

Color information

#AE40BD (or 0xAE40BD) is unknown color: approx Fuchsia. HEX triplet: AE, 40 and BD. RGB value is (174,64,189). Sum of RGB (Red+Green+Blue) = 174+64+189=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE40BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40BD is #51BF42. Grayscale: #6E6E6E. Windows color (decimal): -5357379 or 12402862. OLE color: 12402862.

HSL color Cylindrical-coordinate representation of color #AE40BD: hue angle of 292.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE40BD is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17464189-
CMYK0.080.6600.26
HSL292.8º49.41%49.61%-
HSV(B)292.8º66.14%74.12%-
XYZ28.4716.3449.8-
YUV111.14171.94172.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=40.75%
G=14.99%
B=44.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174641890.080.6600.26292.849.4149.61
HexAE40BD84201A1253132
Octal256100275101020324456162
Binary1010111010000001011110110001000010011010100100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40BD; }

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

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

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

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

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

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

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

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