#AC45BF

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

Shades of Fuchsia #AC45BF

Tints of Fuchsia #AC45BF

Color information

#AC45BF (or 0xAC45BF) is unknown color: approx Fuchsia. HEX triplet: AC, 45 and BF. RGB value is (172,69,191). Sum of RGB (Red+Green+Blue) = 172+69+191=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45BF is #53BA40. Grayscale: #717171. Windows color (decimal): -5487169 or 12535212. OLE color: 12535212.

HSL color Cylindrical-coordinate representation of color #AC45BF: hue angle of 290.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC45BF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17269191-
CMYK0.100.6400.25
HSL290.66º48.8%50.98%-
HSV(B)290.66º63.87%74.9%-
XYZ28.5516.7951.03-
YUV113.7171.62169.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 191 (75% from 255) = 44.21%
R=39.81%
G=15.97%
B=44.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172691910.100.6400.25290.6648.850.98
HexAC45BFA400191233133
Octal254105277121000314436163
Binary1010110010001011011111110101000000011001100100011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45BF; }

 p { color: rgb(172,69,191); }

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

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

 a { background-color: rgb(172,69,191); }

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

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

 span { border-color: rgb(172,69,191); }

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