#AC41AD

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

Shades of Fuchsia #AC41AD

Tints of Fuchsia #AC41AD

Color information

#AC41AD (or 0xAC41AD) is unknown color: approx Fuchsia. HEX triplet: AC, 41 and AD. RGB value is (172,65,173). Sum of RGB (Red+Green+Blue) = 172+65+173=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41AD is #53BE52. Grayscale: #6C6C6C. Windows color (decimal): -5488211 or 11354540. OLE color: 11354540.

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

Color convert

RGB17265173-
CMYK0.010.6200.32
HSL299.44º45.38%46.67%-
HSV(B)299.44º62.43%67.84%-
XYZ26.4515.5741.15-
YUV109.3163.95172.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=41.95%
G=15.85%
B=42.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172651730.010.6200.32299.4445.3846.67
HexAC41AD13E02012b2d2f
Octal2541012551760404535557
Binary1010110010000011010110111111100100000100101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41AD; }

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

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

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

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

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

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

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

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