#AC43B1

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

Shades of Fuchsia #AC43B1

Tints of Fuchsia #AC43B1

Color information

#AC43B1 (or 0xAC43B1) is unknown color: approx Fuchsia. HEX triplet: AC, 43 and B1. RGB value is (172,67,177). Sum of RGB (Red+Green+Blue) = 172+67+177=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC43B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC43B1 is #53BC4E. Grayscale: #6E6E6E. Windows color (decimal): -5487695 or 11617196. OLE color: 11617196.

HSL color Cylindrical-coordinate representation of color #AC43B1: hue angle of 297.27º 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 #AC43B1 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17267177-
CMYK0.030.6200.31
HSL297.27º45.08%47.84%-
HSV(B)297.27º62.15%69.41%-
XYZ26.9615.9643.25-
YUV110.94165.29171.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 67 (26.56% from 255) = 16.11%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=41.35%
G=16.11%
B=42.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172671770.030.6200.31297.2745.0847.84
HexAC43B133E01F1292d30
Octal2541032613760374515560
Binary1010110010000111011000111111110011111100101001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43B1; }

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

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

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

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

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

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

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

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