#AC38AD

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

Shades of Fuchsia #AC38AD

Tints of Fuchsia #AC38AD

Color information

#AC38AD (or 0xAC38AD) is unknown color: approx Fuchsia. HEX triplet: AC, 38 and AD. RGB value is (172,56,173). Sum of RGB (Red+Green+Blue) = 172+56+173=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38AD is #53C752. Grayscale: #676767. Windows color (decimal): -5490515 or 11352236. OLE color: 11352236.

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

Color convert

RGB17256173-
CMYK0.010.6800.32
HSL299.49º51.09%44.9%-
HSV(B)299.49º67.63%67.84%-
XYZ25.9714.6240.99-
YUV104.02166.93176.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 56 (22.27% from 255) = 13.97%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=42.89%
G=13.97%
B=43.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172561730.010.6800.32299.4951.0944.9
HexAC38AD14402012b332d
Octal2547025511040404536355
Binary1010110011100010101101110001000100000100101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38AD; }

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

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

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

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

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

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

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

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