#AC38B2

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

Shades of Fuchsia #AC38B2

Tints of Fuchsia #AC38B2

Color information

#AC38B2 (or 0xAC38B2) is unknown color: approx Fuchsia. HEX triplet: AC, 38 and B2. RGB value is (172,56,178). Sum of RGB (Red+Green+Blue) = 172+56+178=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC38B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38B2 is #53C74D. Grayscale: #686868. Windows color (decimal): -5490510 or 11679916. OLE color: 11679916.

HSL color Cylindrical-coordinate representation of color #AC38B2: hue angle of 297.05º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC38B2 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17256178-
CMYK0.030.6900.30
HSL297.05º52.14%45.88%-
HSV(B)297.05º68.54%69.8%-
XYZ26.4614.8143.58-
YUV104.59169.43176.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 56 (22.27% from 255) = 13.79%
BLUE value IS 178 (69.92% from 255) = 43.84%
R=42.36%
G=13.79%
B=43.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172561780.030.6900.30297.0552.1445.88
HexAC38B234501E129342e
Octal2547026231050364516456
Binary1010110011100010110010111000101011110100101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38B2; }

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

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

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

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

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

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

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

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