#AC45B5

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

Shades of Fuchsia #AC45B5

Tints of Fuchsia #AC45B5

Color information

#AC45B5 (or 0xAC45B5) is unknown color: approx Fuchsia. HEX triplet: AC, 45 and B5. RGB value is (172,69,181). Sum of RGB (Red+Green+Blue) = 172+69+181=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC45B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45B5 is #53BA4A. Grayscale: #707070. Windows color (decimal): -5487179 or 11879852. OLE color: 11879852.

HSL color Cylindrical-coordinate representation of color #AC45B5: hue angle of 295.18º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC45B5 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17269181-
CMYK0.050.6200.29
HSL295.18º44.8%49.02%-
HSV(B)295.18º61.88%70.98%-
XYZ27.4816.3645.43-
YUV112.56166.62170.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 69 (27.34% from 255) = 16.35%
BLUE value IS 181 (71.09% from 255) = 42.89%
R=40.76%
G=16.35%
B=42.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172691810.050.6200.29295.1844.849.02
HexAC45B553E01D1272d31
Octal2541052655760354475561
Binary10101100100010110110101101111110011101100100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45B5; }

 p { color: rgb(172,69,181); }

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

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

 a { background-color: rgb(172,69,181); }

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

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

 span { border-color: rgb(172,69,181); }

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