#AC40AD

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

Shades of Fuchsia #AC40AD

Tints of Fuchsia #AC40AD

Color information

#AC40AD (or 0xAC40AD) is unknown color: approx Fuchsia. HEX triplet: AC, 40 and AD. RGB value is (172,64,173). Sum of RGB (Red+Green+Blue) = 172+64+173=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AD is #53BF52. Grayscale: #6C6C6C. Windows color (decimal): -5488467 or 11354284. OLE color: 11354284.

HSL color Cylindrical-coordinate representation of color #AC40AD: hue angle of 299.45º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40AD is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17264173-
CMYK0.010.6300.32
HSL299.45º45.99%46.47%-
HSV(B)299.45º63.01%67.84%-
XYZ26.3915.4541.13-
YUV108.72164.28173.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=42.05%
G=15.65%
B=42.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172641730.010.6300.32299.4545.9946.47
HexAC40AD13F02012b2e2e
Octal2541002551770404535656
Binary1010110010000001010110111111110100000100101011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40AD; }

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

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

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

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

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

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

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

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