#AC38B3

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

Shades of Fuchsia #AC38B3

Tints of Fuchsia #AC38B3

Color information

#AC38B3 (or 0xAC38B3) is unknown color: approx Fuchsia. HEX triplet: AC, 38 and B3. RGB value is (172,56,179). Sum of RGB (Red+Green+Blue) = 172+56+179=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC38B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38B3 is #53C74C. Grayscale: #686868. Windows color (decimal): -5490509 or 11745452. OLE color: 11745452.

HSL color Cylindrical-coordinate representation of color #AC38B3: hue angle of 296.59º 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 #AC38B3 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17256179-
CMYK0.040.6900.30
HSL296.59º52.34%46.08%-
HSV(B)296.59º68.72%70.2%-
XYZ26.5614.8544.11-
YUV104.71169.93176-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 179 (70.31% from 255) = 43.98%
R=42.26%
G=13.76%
B=43.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172561790.040.6900.30296.5952.3446.08
HexAC38B344501E129342e
Octal2547026341050364516456
Binary10101100111000101100111001000101011110100101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38B3; }

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

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

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

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

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

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

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

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