#AE41BD

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

Shades of Fuchsia #AE41BD

Tints of Fuchsia #AE41BD

Color information

#AE41BD (or 0xAE41BD) is unknown color: approx Fuchsia. HEX triplet: AE, 41 and BD. RGB value is (174,65,189). Sum of RGB (Red+Green+Blue) = 174+65+189=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE41BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41BD is #51BE42. Grayscale: #6F6F6F. Windows color (decimal): -5357123 or 12403118. OLE color: 12403118.

HSL color Cylindrical-coordinate representation of color #AE41BD: hue angle of 292.74º 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 #AE41BD is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17465189-
CMYK0.080.6600.26
HSL292.74º48.82%49.8%-
HSV(B)292.74º65.61%74.12%-
XYZ28.5316.4549.82-
YUV111.73171.61172.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=40.65%
G=15.19%
B=44.16%

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
Decimal174651890.080.6600.26292.7448.8249.8
HexAE41BD84201A1253132
Octal256101275101020324456162
Binary1010111010000011011110110001000010011010100100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41BD; }

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

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

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

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

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

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

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

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