#AC43BA

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

Shades of Fuchsia #AC43BA

Tints of Fuchsia #AC43BA

Color information

#AC43BA (or 0xAC43BA) is unknown color: approx Fuchsia. HEX triplet: AC, 43 and BA. RGB value is (172,67,186). Sum of RGB (Red+Green+Blue) = 172+67+186=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43BA is #53BC45. Grayscale: #6F6F6F. Windows color (decimal): -5487686 or 12207020. OLE color: 12207020.

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

Color convert

RGB17267186-
CMYK0.080.6400.27
HSL292.94º47.04%49.61%-
HSV(B)292.94º63.98%72.94%-
XYZ27.8816.3348.14-
YUV111.96169.79170.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 67 (26.56% from 255) = 15.76%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=40.47%
G=15.76%
B=43.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172671860.080.6400.27292.9447.0449.61
HexAC43BA84001B1252f32
Octal254103272101000334455762
Binary1010110010000111011101010001000000011011100100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43BA; }

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

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

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

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

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

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

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

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