#AB49B1

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

Shades of Fuchsia #AB49B1

Tints of Fuchsia #AB49B1

Color information

#AB49B1 (or 0xAB49B1) is unknown color: approx Fuchsia. HEX triplet: AB, 49 and B1. RGB value is (171,73,177). Sum of RGB (Red+Green+Blue) = 171+73+177=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB49B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB49B1 is #54B64E. Grayscale: #717171. Windows color (decimal): -5551695 or 11618731. OLE color: 11618731.

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

Color convert

RGB17173177-
CMYK0.030.5900.31
HSL296.54º41.6%49.02%-
HSV(B)296.54º58.76%69.41%-
XYZ27.1116.643.37-
YUV114.16163.47168.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=40.62%
G=17.34%
B=42.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171731770.030.5900.31296.5441.649.02
HexAB49B133B01F1292a31
Octal2531112613730374515261
Binary1010101110010011011000111111011011111100101001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49B1; }

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

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

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

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

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

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

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

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