#AC50B7

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

Shades of Fuchsia #AC50B7

Tints of Fuchsia #AC50B7

Color information

#AC50B7 (or 0xAC50B7) is unknown color: approx Fuchsia. HEX triplet: AC, 50 and B7. RGB value is (172,80,183). Sum of RGB (Red+Green+Blue) = 172+80+183=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC50B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50B7 is #53AF48. Grayscale: #767676. Windows color (decimal): -5484361 or 12013740. OLE color: 12013740.

HSL color Cylindrical-coordinate representation of color #AC50B7: hue angle of 293.59º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC50B7 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17280183-
CMYK0.060.5600.28
HSL293.59º41.7%51.57%-
HSV(B)293.59º56.28%71.76%-
XYZ28.4317.9346.76-
YUV119.25163.98165.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=39.54%
G=18.39%
B=42.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172801830.060.5600.28293.5941.751.57
HexAC50B763801C1262a34
Octal2541202676700344465264
Binary10101100101000010110111110111000011100100100110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50B7; }

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

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

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

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

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

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

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

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