#AE49BF

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

Shades of Fuchsia #AE49BF

Tints of Fuchsia #AE49BF

Color information

#AE49BF (or 0xAE49BF) is unknown color: approx Fuchsia. HEX triplet: AE, 49 and BF. RGB value is (174,73,191). Sum of RGB (Red+Green+Blue) = 174+73+191=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE49BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49BF is #51B640. Grayscale: #747474. Windows color (decimal): -5355073 or 12536238. OLE color: 12536238.

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

Color convert

RGB17473191-
CMYK0.090.6200.25
HSL291.36º47.97%51.76%-
HSV(B)291.36º61.78%74.9%-
XYZ29.2417.5351.13-
YUV116.65169.96168.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 43.61%
R=39.73%
G=16.67%
B=43.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174731910.090.6200.25291.3647.9751.76
HexAE49BF93E0191233034
Octal25611127711760314436064
Binary101011101001001101111111001111110011001100100011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49BF; }

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

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

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

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

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

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

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

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