#AC4CBA

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

Shades of Fuchsia #AC4CBA

Tints of Fuchsia #AC4CBA

Color information

#AC4CBA (or 0xAC4CBA) is unknown color: approx Fuchsia. HEX triplet: AC, 4C and BA. RGB value is (172,76,186). Sum of RGB (Red+Green+Blue) = 172+76+186=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CBA is #53B345. Grayscale: #747474. Windows color (decimal): -5485382 or 12209324. OLE color: 12209324.

HSL color Cylindrical-coordinate representation of color #AC4CBA: hue angle of 292.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4CBA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17276186-
CMYK0.080.5900.27
HSL292.36º44.35%51.37%-
HSV(B)292.36º59.14%72.94%-
XYZ28.4617.4848.33-
YUV117.24166.8167.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 76 (30.08% from 255) = 17.51%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=39.63%
G=17.51%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172761860.080.5900.27292.3644.3551.37
HexAC4CBA83B01B1242c33
Octal25411427210730334445463
Binary101011001001100101110101000111011011011100100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CBA; }

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

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

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

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

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

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

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

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