#AC5AB7

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

Shades of Fuchsia #AC5AB7

Tints of Fuchsia #AC5AB7

Color information

#AC5AB7 (or 0xAC5AB7) is unknown color: approx Fuchsia. HEX triplet: AC, 5A and B7. RGB value is (172,90,183). Sum of RGB (Red+Green+Blue) = 172+90+183=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC5AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5AB7 is #53A548. Grayscale: #7C7C7C. Windows color (decimal): -5481801 or 12016300. OLE color: 12016300.

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

Color convert

RGB17290183-
CMYK0.060.5100.28
HSL292.9º39.24%53.53%-
HSV(B)292.9º50.82%71.76%-
XYZ29.2219.547.02-
YUV125.12160.67161.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 183 (71.88% from 255) = 41.12%
R=38.65%
G=20.22%
B=41.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172901830.060.5100.28292.939.2453.53
HexAC5AB763301C1252736
Octal2541322676630344454766
Binary10101100101101010110111110110011011100100100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5AB7; }

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

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

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

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

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

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

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

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