#AC4CB7

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

Shades of Fuchsia #AC4CB7

Tints of Fuchsia #AC4CB7

Color information

#AC4CB7 (or 0xAC4CB7) is unknown color: approx Fuchsia. HEX triplet: AC, 4C and B7. RGB value is (172,76,183). Sum of RGB (Red+Green+Blue) = 172+76+183=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC4CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CB7 is #53B348. Grayscale: #747474. Windows color (decimal): -5485385 or 12012716. OLE color: 12012716.

HSL color Cylindrical-coordinate representation of color #AC4CB7: hue angle of 293.83º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4CB7 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17276183-
CMYK0.060.5800.28
HSL293.83º42.63%50.78%-
HSV(B)293.83º58.47%71.76%-
XYZ28.1417.3646.67-
YUV116.9165.3167.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 183 (71.88% from 255) = 42.46%
R=39.91%
G=17.63%
B=42.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172761830.060.5800.28293.8342.6350.78
HexAC4CB763A01C1262b33
Octal2541142676720344465363
Binary10101100100110010110111110111010011100100100110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CB7; }

 p { color: rgb(172,76,183); }

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

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

 a { background-color: rgb(172,76,183); }

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

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

 span { border-color: rgb(172,76,183); }

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