#AE4BC0

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

Shades of Fuchsia #AE4BC0

Tints of Fuchsia #AE4BC0

Color information

#AE4BC0 (or 0xAE4BC0) is unknown color: approx Fuchsia. HEX triplet: AE, 4B and C0. RGB value is (174,75,192). Sum of RGB (Red+Green+Blue) = 174+75+192=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE4BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BC0 is #51B43F. Grayscale: #757575. Windows color (decimal): -5354560 or 12602286. OLE color: 12602286.

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

Color convert

RGB17475192-
CMYK0.090.6100.25
HSL290.77º48.15%52.35%-
HSV(B)290.77º60.94%75.29%-
XYZ29.4917.8451.76-
YUV117.94169.8167.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=39.46%
G=17.01%
B=43.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174751920.090.6100.25290.7748.1552.35
HexAE4BC093D0191233034
Octal25611330011750314436064
Binary101011101001011110000001001111101011001100100011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BC0; }

 p { color: rgb(174,75,192); }

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

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

 a { background-color: rgb(174,75,192); }

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

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

 span { border-color: rgb(174,75,192); }

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