#AC4EB5

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

Shades of Fuchsia #AC4EB5

Tints of Fuchsia #AC4EB5

Color information

#AC4EB5 (or 0xAC4EB5) is unknown color: approx Fuchsia. HEX triplet: AC, 4E and B5. RGB value is (172,78,181). Sum of RGB (Red+Green+Blue) = 172+78+181=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC4EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EB5 is #53B14A. Grayscale: #757575. Windows color (decimal): -5484875 or 11882156. OLE color: 11882156.

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

Color convert

RGB17278181-
CMYK0.050.5700.29
HSL294.76º41.04%50.78%-
HSV(B)294.76º56.91%70.98%-
XYZ28.0817.5645.62-
YUV117.85163.64166.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=39.91%
G=18.10%
B=42.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172781810.050.5700.29294.7641.0450.78
HexAC4EB553901D1272933
Octal2541162655710354475163
Binary10101100100111010110101101111001011101100100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EB5; }

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

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

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

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

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

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

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

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