#AC44B6

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

Shades of Fuchsia #AC44B6

Tints of Fuchsia #AC44B6

Color information

#AC44B6 (or 0xAC44B6) is unknown color: approx Fuchsia. HEX triplet: AC, 44 and B6. RGB value is (172,68,182). Sum of RGB (Red+Green+Blue) = 172+68+182=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC44B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44B6 is #53BB49. Grayscale: #6F6F6F. Windows color (decimal): -5487434 or 11945132. OLE color: 11945132.

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

Color convert

RGB17268182-
CMYK0.050.6300.29
HSL294.74º45.6%49.02%-
HSV(B)294.74º62.64%71.37%-
XYZ27.5216.2845.95-
YUV112.09167.46170.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=40.76%
G=16.11%
B=43.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172681820.050.6300.29294.7445.649.02
HexAC44B653F01D1272e31
Octal2541042665770354475661
Binary10101100100010010110110101111111011101100100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC44B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC44B6; }

 p { color: rgb(172,68,182); }

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

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

 a { background-color: rgb(172,68,182); }

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

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

 span { border-color: rgb(172,68,182); }

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