#AC38AA

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

Shades of Fuchsia #AC38AA

Tints of Fuchsia #AC38AA

Color information

#AC38AA (or 0xAC38AA) is unknown color: approx Fuchsia. HEX triplet: AC, 38 and AA. RGB value is (172,56,170). Sum of RGB (Red+Green+Blue) = 172+56+170=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC38AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38AA is #53C755. Grayscale: #676767. Windows color (decimal): -5490518 or 11155628. OLE color: 11155628.

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

Color convert

RGB17256170-
CMYK00.670.010.33
HSL301.03º50.88%44.71%-
HSV(B)301.03º67.44%67.45%-
XYZ25.6814.539.48-
YUV103.68165.43176.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 56 (22.27% from 255) = 14.07%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=43.22%
G=14.07%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725617000.670.010.33301.0350.8844.71
HexAC38AA04312112d332d
Octal2547025201031414556355
Binary1010110011100010101010010000111100001100101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38AA; }

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

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

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

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

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

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

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

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