#AC4EB1

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

Shades of Fuchsia #AC4EB1

Tints of Fuchsia #AC4EB1

Color information

#AC4EB1 (or 0xAC4EB1) is unknown color: approx Fuchsia. HEX triplet: AC, 4E and B1. RGB value is (172,78,177). Sum of RGB (Red+Green+Blue) = 172+78+177=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC4EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4EB1 is #53B14E. Grayscale: #757575. Windows color (decimal): -5484879 or 11620012. OLE color: 11620012.

HSL color Cylindrical-coordinate representation of color #AC4EB1: hue angle of 296.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4EB1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17278177-
CMYK0.030.5600.31
HSL296.97º38.82%50%-
HSV(B)296.97º55.93%69.41%-
XYZ27.6717.3943.49-
YUV117.39161.64166.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 177 (69.53% from 255) = 41.45%
R=40.28%
G=18.27%
B=41.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172781770.030.5600.31296.9738.8250
HexAC4EB133801F1292732
Octal2541162613700374514762
Binary1010110010011101011000111111000011111100101001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EB1; }

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

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

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

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

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

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

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

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