#AC41B9

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

Shades of Fuchsia #AC41B9

Tints of Fuchsia #AC41B9

Color information

#AC41B9 (or 0xAC41B9) is unknown color: approx Fuchsia. HEX triplet: AC, 41 and B9. RGB value is (172,65,185). Sum of RGB (Red+Green+Blue) = 172+65+185=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC41B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41B9 is #53BE46. Grayscale: #6E6E6E. Windows color (decimal): -5488199 or 12140972. OLE color: 12140972.

HSL color Cylindrical-coordinate representation of color #AC41B9: hue angle of 293.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC41B9 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17265185-
CMYK0.070.6500.27
HSL293.5º48%49.02%-
HSV(B)293.5º64.86%72.55%-
XYZ27.6616.0547.54-
YUV110.67169.95171.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 185 (72.66% from 255) = 43.84%
R=40.76%
G=15.40%
B=43.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172651850.070.6500.27293.54849.02
HexAC41B974101B1263031
Octal25410127171010334466061
Binary101011001000001101110011111000001011011100100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41B9; }

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

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

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

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

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

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

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

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