#AE48BB

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

Shades of Fuchsia #AE48BB

Tints of Fuchsia #AE48BB

Color information

#AE48BB (or 0xAE48BB) is unknown color: approx Fuchsia. HEX triplet: AE, 48 and BB. RGB value is (174,72,187). Sum of RGB (Red+Green+Blue) = 174+72+187=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE48BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48BB is #51B744. Grayscale: #737373. Windows color (decimal): -5355333 or 12273838. OLE color: 12273838.

HSL color Cylindrical-coordinate representation of color #AE48BB: hue angle of 293.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE48BB is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17472187-
CMYK0.070.6100.27
HSL293.22º45.82%50.78%-
HSV(B)293.22º61.5%73.33%-
XYZ28.7417.2248.82-
YUV115.61168.29169.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 72 (28.52% from 255) = 16.63%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=40.18%
G=16.63%
B=43.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174721870.070.6100.27293.2245.8250.78
HexAE48BB73D01B1252e33
Octal2561102737750334455663
Binary10101110100100010111011111111101011011100100101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48BB; }

 p { color: rgb(174,72,187); }

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

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

 a { background-color: rgb(174,72,187); }

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

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

 span { border-color: rgb(174,72,187); }

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