#AC43B9

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

Shades of Fuchsia #AC43B9

Tints of Fuchsia #AC43B9

Color information

#AC43B9 (or 0xAC43B9) is unknown color: approx Fuchsia. HEX triplet: AC, 43 and B9. RGB value is (172,67,185). Sum of RGB (Red+Green+Blue) = 172+67+185=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC43B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43B9 is #53BC46. Grayscale: #6F6F6F. Windows color (decimal): -5487687 or 12141484. OLE color: 12141484.

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

Color convert

RGB17267185-
CMYK0.070.6400.27
HSL293.39º46.83%49.41%-
HSV(B)293.39º63.78%72.55%-
XYZ27.7816.2947.58-
YUV111.85169.29170.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 67 (26.56% from 255) = 15.80%
BLUE value IS 185 (72.66% from 255) = 43.63%
R=40.57%
G=15.80%
B=43.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172671850.070.6400.27293.3946.8349.41
HexAC43B974001B1252f31
Octal25410327171000334455761
Binary101011001000011101110011111000000011011100100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43B9; }

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

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

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

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

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

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

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

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