#AC3BB0

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

Shades of Fuchsia #AC3BB0

Tints of Fuchsia #AC3BB0

Color information

#AC3BB0 (or 0xAC3BB0) is unknown color: approx Fuchsia. HEX triplet: AC, 3B and B0. RGB value is (172,59,176). Sum of RGB (Red+Green+Blue) = 172+59+176=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC3BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3BB0 is #53C44F. Grayscale: #696969. Windows color (decimal): -5489744 or 11549612. OLE color: 11549612.

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

Color convert

RGB17259176-
CMYK0.020.6600.31
HSL297.95º49.79%46.08%-
HSV(B)297.95º66.48%69.02%-
XYZ26.4115.0342.58-
YUV106.12167.44174.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 176 (69.14% from 255) = 43.24%
R=42.26%
G=14.50%
B=43.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172591760.020.6600.31297.9549.7946.08
HexAC3BB024201F12a322e
Octal2547326021020374526256
Binary1010110011101110110000101000010011111100101010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3BB0; }

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

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

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

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

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

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

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

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