#AE4EB7

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

Shades of Fuchsia #AE4EB7

Tints of Fuchsia #AE4EB7

Color information

#AE4EB7 (or 0xAE4EB7) is unknown color: approx Fuchsia. HEX triplet: AE, 4E and B7. RGB value is (174,78,183). Sum of RGB (Red+Green+Blue) = 174+78+183=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE4EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EB7 is #51B148. Grayscale: #767676. Windows color (decimal): -5353801 or 12013230. OLE color: 12013230.

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

Color convert

RGB17478183-
CMYK0.050.5700.28
HSL294.86º42.17%51.18%-
HSV(B)294.86º57.38%71.76%-
XYZ28.7317.8746.73-
YUV118.67164.3167.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=40%
G=17.93%
B=42.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174781830.050.5700.28294.8642.1751.18
HexAE4EB753901C1272a33
Octal2561162675710344475263
Binary10101110100111010110111101111001011100100100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EB7; }

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

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

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

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

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

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

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

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