#AE40AF

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

Shades of Fuchsia #AE40AF

Tints of Fuchsia #AE40AF

Color information

#AE40AF (or 0xAE40AF) is unknown color: approx Fuchsia. HEX triplet: AE, 40 and AF. RGB value is (174,64,175). Sum of RGB (Red+Green+Blue) = 174+64+175=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40AF is #51BF50. Grayscale: #6D6D6D. Windows color (decimal): -5357393 or 11485358. OLE color: 11485358.

HSL color Cylindrical-coordinate representation of color #AE40AF: hue angle of 299.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE40AF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17464175-
CMYK0.010.6300.31
HSL299.46º46.44%46.86%-
HSV(B)299.46º63.43%68.63%-
XYZ27.0315.7642.18-
YUV109.54164.94173.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=42.13%
G=15.50%
B=42.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174641750.010.6300.31299.4646.4446.86
HexAE40AF13F01F12b2e2f
Octal2561002571770374535657
Binary101011101000000101011111111111011111100101011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40AF; }

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

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

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

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

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

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

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

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