#AC4DBA

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

Shades of Fuchsia #AC4DBA

Tints of Fuchsia #AC4DBA

Color information

#AC4DBA (or 0xAC4DBA) is unknown color: approx Fuchsia. HEX triplet: AC, 4D and BA. RGB value is (172,77,186). Sum of RGB (Red+Green+Blue) = 172+77+186=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DBA is #53B245. Grayscale: #757575. Windows color (decimal): -5485126 or 12209580. OLE color: 12209580.

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

Color convert

RGB17277186-
CMYK0.080.5900.27
HSL292.29º44.13%51.57%-
HSV(B)292.29º58.6%72.94%-
XYZ28.5317.6248.35-
YUV117.83166.47166.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=39.54%
G=17.70%
B=42.76%

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
Decimal172771860.080.5900.27292.2944.1351.57
HexAC4DBA83B01B1242c34
Octal25411527210730334445464
Binary101011001001101101110101000111011011011100100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4DBA; }

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

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

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

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

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

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

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

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