#AE45B1

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

Shades of Fuchsia #AE45B1

Tints of Fuchsia #AE45B1

Color information

#AE45B1 (or 0xAE45B1) is unknown color: approx Fuchsia. HEX triplet: AE, 45 and B1. RGB value is (174,69,177). Sum of RGB (Red+Green+Blue) = 174+69+177=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE45B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE45B1 is #51BA4E. Grayscale: #707070. Windows color (decimal): -5356111 or 11617710. OLE color: 11617710.

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

Color convert

RGB17469177-
CMYK0.020.6100.31
HSL298.33º43.9%48.24%-
HSV(B)298.33º61.02%69.41%-
XYZ27.5216.4343.32-
YUV112.71164.29171.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 177 (69.53% from 255) = 42.14%
R=41.43%
G=16.43%
B=42.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174691770.020.6100.31298.3343.948.24
HexAE45B123D01F12a2c30
Octal2561052612750374525460
Binary1010111010001011011000110111101011111100101010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE45B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE45B1; }

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

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

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

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

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

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

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

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