#AC48B4

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

Shades of Fuchsia #AC48B4

Tints of Fuchsia #AC48B4

Color information

#AC48B4 (or 0xAC48B4) is unknown color: approx Fuchsia. HEX triplet: AC, 48 and B4. RGB value is (172,72,180). Sum of RGB (Red+Green+Blue) = 172+72+180=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC48B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48B4 is #53B74B. Grayscale: #717171. Windows color (decimal): -5486412 or 11815084. OLE color: 11815084.

HSL color Cylindrical-coordinate representation of color #AC48B4: hue angle of 295.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC48B4 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17272180-
CMYK0.040.6000.29
HSL295.56º42.86%49.41%-
HSV(B)295.56º60%70.59%-
XYZ27.5716.744.95-
YUV114.21165.13169.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=40.57%
G=16.98%
B=42.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172721800.040.6000.29295.5642.8649.41
HexAC48B443C01D1282b31
Octal2541102644740354505361
Binary10101100100100010110100100111100011101100101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC48B4; }

 p { color: rgb(172,72,180); }

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

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

 a { background-color: rgb(172,72,180); }

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

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

 span { border-color: rgb(172,72,180); }

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