#AC3EB5

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

Shades of Fuchsia #AC3EB5

Tints of Fuchsia #AC3EB5

Color information

#AC3EB5 (or 0xAC3EB5) is unknown color: approx Fuchsia. HEX triplet: AC, 3E and B5. RGB value is (172,62,181). Sum of RGB (Red+Green+Blue) = 172+62+181=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC3EB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EB5 is #53C14A. Grayscale: #6C6C6C. Windows color (decimal): -5488971 or 11878060. OLE color: 11878060.

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

Color convert

RGB17262181-
CMYK0.050.6600.29
HSL295.46º48.97%47.65%-
HSV(B)295.46º65.75%70.98%-
XYZ27.0815.5545.29-
YUV108.46168.94173.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 62 (24.61% from 255) = 14.94%
BLUE value IS 181 (71.09% from 255) = 43.61%
R=41.45%
G=14.94%
B=43.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172621810.050.6600.29295.4648.9747.65
HexAC3EB554201D1273130
Octal2547626551020354476160
Binary10101100111110101101011011000010011101100100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3EB5; }

 p { color: rgb(172,62,181); }

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

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

 a { background-color: rgb(172,62,181); }

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

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

 span { border-color: rgb(172,62,181); }

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