#AC49B0

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

Shades of Fuchsia #AC49B0

Tints of Fuchsia #AC49B0

Color information

#AC49B0 (or 0xAC49B0) is unknown color: approx Fuchsia. HEX triplet: AC, 49 and B0. RGB value is (172,73,176). Sum of RGB (Red+Green+Blue) = 172+73+176=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC49B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49B0 is #53B64F. Grayscale: #727272. Windows color (decimal): -5486160 or 11553196. OLE color: 11553196.

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

Color convert

RGB17273176-
CMYK0.020.5900.31
HSL297.67º41.37%48.82%-
HSV(B)297.67º58.52%69.02%-
XYZ27.2316.6742.86-
YUV114.34162.8169.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 176 (69.14% from 255) = 41.81%
R=40.86%
G=17.34%
B=41.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172731760.020.5900.31297.6741.3748.82
HexAC49B023B01F12a2931
Octal2541112602730374525161
Binary1010110010010011011000010111011011111100101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC49B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC49B0; }

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

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

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

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

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

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

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

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