#AE38AF

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

Shades of Fuchsia #AE38AF

Tints of Fuchsia #AE38AF

Color information

#AE38AF (or 0xAE38AF) is unknown color: approx Fuchsia. HEX triplet: AE, 38 and AF. RGB value is (174,56,175). Sum of RGB (Red+Green+Blue) = 174+56+175=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE38AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE38AF is #51C750. Grayscale: #686868. Windows color (decimal): -5359441 or 11483310. OLE color: 11483310.

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

Color convert

RGB17456175-
CMYK0.010.6800.31
HSL299.5º51.52%45.29%-
HSV(B)299.5º68%68.63%-
XYZ26.6114.9242.04-
YUV104.85167.59177.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 56 (22.27% from 255) = 13.83%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=42.96%
G=13.83%
B=43.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174561750.010.6800.31299.551.5245.29
HexAE38AF14401F12b342d
Octal2567025711040374536455
Binary101011101110001010111111000100011111100101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE38AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE38AF; }

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

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

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

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

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

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

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

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