#AC36AD

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

Shades of Fuchsia #AC36AD

Tints of Fuchsia #AC36AD

Color information

#AC36AD (or 0xAC36AD) is unknown color: approx Fuchsia. HEX triplet: AC, 36 and AD. RGB value is (172,54,173). Sum of RGB (Red+Green+Blue) = 172+54+173=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC36AD is #53C952. Grayscale: #666666. Windows color (decimal): -5491027 or 11351724. OLE color: 11351724.

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

Color convert

RGB17254173-
CMYK0.010.6900.32
HSL299.5º52.42%44.51%-
HSV(B)299.5º68.79%67.84%-
XYZ25.8814.4340.96-
YUV102.85167.59177.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=43.11%
G=13.53%
B=43.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172541730.010.6900.32299.552.4244.51
HexAC36AD14502012b342d
Octal2546625511050404536455
Binary1010110011011010101101110001010100000100101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC36AD; }

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

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

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

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

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

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

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

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