#AC40B8

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

Shades of Fuchsia #AC40B8

Tints of Fuchsia #AC40B8

Color information

#AC40B8 (or 0xAC40B8) is unknown color: approx Fuchsia. HEX triplet: AC, 40 and B8. RGB value is (172,64,184). Sum of RGB (Red+Green+Blue) = 172+64+184=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC40B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40B8 is #53BF47. Grayscale: #6D6D6D. Windows color (decimal): -5488456 or 12075180. OLE color: 12075180.

HSL color Cylindrical-coordinate representation of color #AC40B8: hue angle of 294º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC40B8 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17264184-
CMYK0.070.6500.28
HSL294º48.39%48.63%-
HSV(B)294º65.22%72.16%-
XYZ27.515.946.97-
YUV109.97169.78172.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 64 (25.39% from 255) = 15.24%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=40.95%
G=15.24%
B=43.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172641840.070.6500.2829448.3948.63
HexAC40B874101C1263031
Octal25410027071010344466061
Binary101011001000000101110001111000001011100100100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40B8; }

 p { color: rgb(172,64,184); }

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

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

 a { background-color: rgb(172,64,184); }

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

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

 span { border-color: rgb(172,64,184); }

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