#AE48BD

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

Shades of Fuchsia #AE48BD

Tints of Fuchsia #AE48BD

Color information

#AE48BD (or 0xAE48BD) is unknown color: approx Fuchsia. HEX triplet: AE, 48 and BD. RGB value is (174,72,189). Sum of RGB (Red+Green+Blue) = 174+72+189=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE48BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48BD is #51B742. Grayscale: #737373. Windows color (decimal): -5355331 or 12404910. OLE color: 12404910.

HSL color Cylindrical-coordinate representation of color #AE48BD: hue angle of 292.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE48BD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17472189-
CMYK0.080.6200.26
HSL292.31º46.99%51.18%-
HSV(B)292.31º61.9%74.12%-
XYZ28.9617.3149.96-
YUV115.84169.29169.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=40%
G=16.55%
B=43.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174721890.080.6200.26292.3146.9951.18
HexAE48BD83E01A1242f33
Octal25611027510760324445763
Binary101011101001000101111011000111110011010100100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48BD; }

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

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

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

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

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

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

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

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