#AB49B5

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

Shades of Fuchsia #AB49B5

Tints of Fuchsia #AB49B5

Color information

#AB49B5 (or 0xAB49B5) is unknown color: approx Fuchsia. HEX triplet: AB, 49 and B5. RGB value is (171,73,181). Sum of RGB (Red+Green+Blue) = 171+73+181=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB49B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49B5 is #54B64A. Grayscale: #727272. Windows color (decimal): -5551691 or 11880875. OLE color: 11880875.

HSL color Cylindrical-coordinate representation of color #AB49B5: hue angle of 294.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB49B5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17173181-
CMYK0.060.6000.29
HSL294.44º42.52%49.8%-
HSV(B)294.44º59.67%70.98%-
XYZ27.5216.7645.5-
YUV114.61165.47168.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=40.24%
G=17.18%
B=42.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171731810.060.6000.29294.4442.5249.8
HexAB49B563C01D1262b32
Octal2531112656740354465362
Binary10101011100100110110101110111100011101100100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49B5; }

 p { color: rgb(171,73,181); }

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

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

 a { background-color: rgb(171,73,181); }

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

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

 span { border-color: rgb(171,73,181); }

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