#ae40b7

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

Shades of Fuchsia #AE40B7

Tints of Fuchsia #AE40B7

Color information

#AE40B7 (or 0xAE40B7) is unknown color: approx Fuchsia. HEX triplet: AE, 40 and B7. RGB value is (174,64,183). Sum of RGB (Red+Green+Blue) = 174+64+183=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE40B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40B7 is #51BF48. Grayscale: #6E6E6E. Windows color (decimal): -5357385 or 12009646. OLE color: 12009646.

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

Color convert

RGB17464183-
CMYK0.050.6500.28
HSL295.46º48.18%48.43%-
HSV(B)295.46º65.03%71.76%-
XYZ27.8416.0846.44-
YUV110.46168.94173.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 64 (25.39% from 255) = 15.20%
BLUE value IS 183 (71.88% from 255) = 43.47%
R=41.33%
G=15.20%
B=43.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174641830.050.6500.28295.4648.1848.43
HexAE40B754101C1273030
Octal25610026751010344476060
Binary101011101000000101101111011000001011100100100111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae40b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae40b7; }

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

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

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

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

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

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

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

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