#AC41B6

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

Shades of Fuchsia #AC41B6

Tints of Fuchsia #AC41B6

Color information

#AC41B6 (or 0xAC41B6) is unknown color: approx Fuchsia. HEX triplet: AC, 41 and B6. RGB value is (172,65,182). Sum of RGB (Red+Green+Blue) = 172+65+182=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC41B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41B6 is #53BE49. Grayscale: #6D6D6D. Windows color (decimal): -5488202 or 11944364. OLE color: 11944364.

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

Color convert

RGB17265182-
CMYK0.050.6400.29
HSL294.87º47.37%48.43%-
HSV(B)294.87º64.29%71.37%-
XYZ27.3515.9345.89-
YUV110.33168.45171.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 182 (71.48% from 255) = 43.44%
R=41.05%
G=15.51%
B=43.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172651820.050.6400.29294.8747.3748.43
HexAC41B654001D1272f30
Octal25410126651000354475760
Binary101011001000001101101101011000000011101100100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41B6; }

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

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

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

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

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

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

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

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