#AB4EB2

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

Shades of Fuchsia #AB4EB2

Tints of Fuchsia #AB4EB2

Color information

#AB4EB2 (or 0xAB4EB2) is unknown color: approx Fuchsia. HEX triplet: AB, 4E and B2. RGB value is (171,78,178). Sum of RGB (Red+Green+Blue) = 171+78+178=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB4EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4EB2 is #54B14D. Grayscale: #747474. Windows color (decimal): -5550414 or 11685547. OLE color: 11685547.

HSL color Cylindrical-coordinate representation of color #AB4EB2: hue angle of 295.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4EB2 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17178178-
CMYK0.040.5600.30
HSL295.8º39.37%50.2%-
HSV(B)295.8º56.18%69.8%-
XYZ27.5517.3244.01-
YUV117.21162.31166.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=40.05%
G=18.27%
B=41.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171781780.040.5600.30295.839.3750.2
HexAB4EB243801E1282732
Octal2531162624700364504762
Binary10101011100111010110010100111000011110100101000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4EB2; }

 p { color: rgb(171,78,178); }

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

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

 a { background-color: rgb(171,78,178); }

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

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

 span { border-color: rgb(171,78,178); }

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