#AC50B1

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

Shades of Fuchsia #AC50B1

Tints of Fuchsia #AC50B1

Color information

#AC50B1 (or 0xAC50B1) is unknown color: approx Fuchsia. HEX triplet: AC, 50 and B1. RGB value is (172,80,177). Sum of RGB (Red+Green+Blue) = 172+80+177=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC50B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50B1 is #53AF4E. Grayscale: #767676. Windows color (decimal): -5484367 or 11620524. OLE color: 11620524.

HSL color Cylindrical-coordinate representation of color #AC50B1: hue angle of 296.91º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC50B1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17280177-
CMYK0.030.5500.31
HSL296.91º38.34%50.39%-
HSV(B)296.91º54.8%69.41%-
XYZ27.8217.6843.54-
YUV118.57160.98166.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=40.09%
G=18.65%
B=41.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172801770.030.5500.31296.9138.3450.39
HexAC50B133701F1292632
Octal2541202613670374514662
Binary1010110010100001011000111110111011111100101001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50B1; }

 p { color: rgb(172,80,177); }

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

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

 a { background-color: rgb(172,80,177); }

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

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

 span { border-color: rgb(172,80,177); }

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