#AE38B1

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

Shades of Fuchsia #AE38B1

Tints of Fuchsia #AE38B1

Color information

#AE38B1 (or 0xAE38B1) is unknown color: approx Fuchsia. HEX triplet: AE, 38 and B1. RGB value is (174,56,177). Sum of RGB (Red+Green+Blue) = 174+56+177=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE38B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE38B1 is #51C74E. Grayscale: #686868. Windows color (decimal): -5359439 or 11614382. OLE color: 11614382.

HSL color Cylindrical-coordinate representation of color #AE38B1: hue angle of 298.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE38B1 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17456177-
CMYK0.020.6800.31
HSL298.51º51.93%45.69%-
HSV(B)298.51º68.36%69.41%-
XYZ26.811543.08-
YUV105.08168.59177.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=42.75%
G=13.76%
B=43.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174561770.020.6800.31298.5151.9345.69
HexAE38B124401F12b342e
Octal2567026121040374536456
Binary1010111011100010110001101000100011111100101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE38B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE38B1; }

 p { color: rgb(174,56,177); }

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

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

 a { background-color: rgb(174,56,177); }

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

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

 span { border-color: rgb(174,56,177); }

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