#AC55B5

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

Shades of Fuchsia #AC55B5

Tints of Fuchsia #AC55B5

Color information

#AC55B5 (or 0xAC55B5) is unknown color: approx Fuchsia. HEX triplet: AC, 55 and B5. RGB value is (172,85,181). Sum of RGB (Red+Green+Blue) = 172+85+181=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC55B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55B5 is #53AA4A. Grayscale: #797979. Windows color (decimal): -5483083 or 11883948. OLE color: 11883948.

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

Color convert

RGB17285181-
CMYK0.050.5300.29
HSL294.38º39.34%52.16%-
HSV(B)294.38º53.04%70.98%-
XYZ28.618.645.8-
YUV121.96161.32163.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=39.27%
G=19.41%
B=41.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172851810.050.5300.29294.3839.3452.16
HexAC55B553501D1262734
Octal2541252655650354464764
Binary10101100101010110110101101110101011101100100110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55B5; }

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

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

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

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

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

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

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

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