#ae48b7

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

Shades of Fuchsia #AE48B7

Tints of Fuchsia #AE48B7

Color information

#AE48B7 (or 0xAE48B7) is unknown color: approx Fuchsia. HEX triplet: AE, 48 and B7. RGB value is (174,72,183). Sum of RGB (Red+Green+Blue) = 174+72+183=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE48B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48B7 is #51B748. Grayscale: #727272. Windows color (decimal): -5355337 or 12011694. OLE color: 12011694.

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

Color convert

RGB17472183-
CMYK0.050.6100.28
HSL295.14º43.53%50%-
HSV(B)295.14º60.66%71.76%-
XYZ28.3217.0546.6-
YUV115.15166.29169.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 183 (71.88% from 255) = 42.66%
R=40.56%
G=16.78%
B=42.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174721830.050.6100.28295.1443.5350
HexAE48B753D01C1272c32
Octal2561102675750344475462
Binary10101110100100010110111101111101011100100100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae48b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae48b7; }

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

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

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

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

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

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

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

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