#AE5DBA

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

Shades of Fuchsia #AE5DBA

Tints of Fuchsia #AE5DBA

Color information

#AE5DBA (or 0xAE5DBA) is unknown color: approx Fuchsia. HEX triplet: AE, 5D and BA. RGB value is (174,93,186). Sum of RGB (Red+Green+Blue) = 174+93+186=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DBA is #51A245. Grayscale: #7F7F7F. Windows color (decimal): -5349958 or 12213678. OLE color: 12213678.

HSL color Cylindrical-coordinate representation of color #AE5DBA: hue angle of 292.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE5DBA is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17493186-
CMYK0.060.500.27
HSL292.26º40.26%54.71%-
HSV(B)292.26º50%72.94%-
XYZ30.2320.3748.79-
YUV127.82160.84160.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=38.41%
G=20.53%
B=41.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174931860.060.500.27292.2640.2654.71
HexAE5DBA63201B1242837
Octal2561352726620334445067
Binary10101110101110110111010110110010011011100100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DBA; }

 p { color: rgb(174,93,186); }

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

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

 a { background-color: rgb(174,93,186); }

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

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

 span { border-color: rgb(174,93,186); }

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