#AE5CB4

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

Shades of Fuchsia #AE5CB4

Tints of Fuchsia #AE5CB4

Color information

#AE5CB4 (or 0xAE5CB4) is unknown color: approx Fuchsia. HEX triplet: AE, 5C and B4. RGB value is (174,92,180). Sum of RGB (Red+Green+Blue) = 174+92+180=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE5CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CB4 is #51A34B. Grayscale: #7E7E7E. Windows color (decimal): -5350220 or 11820206. OLE color: 11820206.

HSL color Cylindrical-coordinate representation of color #AE5CB4: hue angle of 295.91º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5CB4 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17492180-
CMYK0.030.4900.29
HSL295.91º36.97%53.33%-
HSV(B)295.91º48.89%70.59%-
XYZ29.5219.9545.47-
YUV126.55158.17161.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=39.01%
G=20.63%
B=40.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174921800.030.4900.29295.9136.9753.33
HexAE5CB433101D1282535
Octal2561342643610354504565
Binary1010111010111001011010011110001011101100101000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CB4; }

 p { color: rgb(174,92,180); }

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

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

 a { background-color: rgb(174,92,180); }

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

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

 span { border-color: rgb(174,92,180); }

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