#AE54B8

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

Shades of Fuchsia #AE54B8

Tints of Fuchsia #AE54B8

Color information

#AE54B8 (or 0xAE54B8) is unknown color: approx Fuchsia. HEX triplet: AE, 54 and B8. RGB value is (174,84,184). Sum of RGB (Red+Green+Blue) = 174+84+184=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE54B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54B8 is #51AB47. Grayscale: #797979. Windows color (decimal): -5352264 or 12080302. OLE color: 12080302.

HSL color Cylindrical-coordinate representation of color #AE54B8: hue angle of 294º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE54B8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17484184-
CMYK0.050.5400.28
HSL294º41.32%52.55%-
HSV(B)294º54.35%72.16%-
XYZ29.2818.847.43-
YUV122.31162.82164.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 184 (72.27% from 255) = 41.63%
R=39.37%
G=19.00%
B=41.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174841840.050.5400.2829441.3252.55
HexAE54B853601C1262935
Octal2561242705660344465165
Binary10101110101010010111000101110110011100100100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54B8; }

 p { color: rgb(174,84,184); }

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

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

 a { background-color: rgb(174,84,184); }

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

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

 span { border-color: rgb(174,84,184); }

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