#AC3FB9

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

Shades of Fuchsia #AC3FB9

Tints of Fuchsia #AC3FB9

Color information

#AC3FB9 (or 0xAC3FB9) is unknown color: approx Fuchsia. HEX triplet: AC, 3F and B9. RGB value is (172,63,185). Sum of RGB (Red+Green+Blue) = 172+63+185=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC3FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FB9 is #53C046. Grayscale: #6D6D6D. Windows color (decimal): -5488711 or 12140460. OLE color: 12140460.

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

Color convert

RGB17263185-
CMYK0.070.6600.27
HSL293.61º49.19%48.63%-
HSV(B)293.61º65.95%72.55%-
XYZ27.5515.8347.5-
YUV109.5170.61172.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 63 (25% from 255) = 15%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=40.95%
G=15%
B=44.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172631850.070.6600.27293.6149.1948.63
HexAC3FB974201B1263131
Octal2547727171020334466161
Binary10101100111111101110011111000010011011100100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3FB9; }

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

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

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

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

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

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

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

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