#AC5AB5

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

Shades of Fuchsia #AC5AB5

Tints of Fuchsia #AC5AB5

Color information

#AC5AB5 (or 0xAC5AB5) is unknown color: approx Fuchsia. HEX triplet: AC, 5A and B5. RGB value is (172,90,181). Sum of RGB (Red+Green+Blue) = 172+90+181=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC5AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5AB5 is #53A54A. Grayscale: #7C7C7C. Windows color (decimal): -5481803 or 11885228. OLE color: 11885228.

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

Color convert

RGB17290181-
CMYK0.050.5000.29
HSL294.07º38.08%53.14%-
HSV(B)294.07º50.28%70.98%-
XYZ29.0119.4245.94-
YUV124.89159.67161.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 181 (71.09% from 255) = 40.86%
R=38.83%
G=20.32%
B=40.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172901810.050.5000.29294.0738.0853.14
HexAC5AB553201D1262635
Octal2541322655620354464665
Binary10101100101101010110101101110010011101100100110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5AB5; }

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

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

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

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

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

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

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

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