#AC43B0

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

Shades of Fuchsia #AC43B0

Tints of Fuchsia #AC43B0

Color information

#AC43B0 (or 0xAC43B0) is unknown color: approx Fuchsia. HEX triplet: AC, 43 and B0. RGB value is (172,67,176). Sum of RGB (Red+Green+Blue) = 172+67+176=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC43B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC43B0 is #53BC4F. Grayscale: #6E6E6E. Windows color (decimal): -5487696 or 11551660. OLE color: 11551660.

HSL color Cylindrical-coordinate representation of color #AC43B0: hue angle of 297.8º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC43B0 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17267176-
CMYK0.020.6200.31
HSL297.8º44.86%47.65%-
HSV(B)297.8º61.93%69.02%-
XYZ26.8615.9242.73-
YUV110.82164.79171.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 176 (69.14% from 255) = 42.41%
R=41.45%
G=16.14%
B=42.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172671760.020.6200.31297.844.8647.65
HexAC43B023E01F12a2d30
Octal2541032602760374525560
Binary1010110010000111011000010111110011111100101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43B0; }

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

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

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

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

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

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

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

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