#AC3EB9

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

Shades of Fuchsia #AC3EB9

Tints of Fuchsia #AC3EB9

Color information

#AC3EB9 (or 0xAC3EB9) is unknown color: approx Fuchsia. HEX triplet: AC, 3E and B9. RGB value is (172,62,185). Sum of RGB (Red+Green+Blue) = 172+62+185=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC3EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EB9 is #53C146. Grayscale: #6C6C6C. Windows color (decimal): -5488967 or 12140204. OLE color: 12140204.

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

Color convert

RGB17262185-
CMYK0.070.6600.27
HSL293.66º49.8%48.43%-
HSV(B)293.66º66.49%72.55%-
XYZ27.4915.7247.48-
YUV108.91170.94173-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=41.05%
G=14.80%
B=44.15%

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
Decimal172621850.070.6600.27293.6649.848.43
HexAC3EB974201B1263230
Octal2547627171020334466260
Binary10101100111110101110011111000010011011100100110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3EB9; }

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

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

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

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

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

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

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

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