#AB44B1

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

Shades of Fuchsia #AB44B1

Tints of Fuchsia #AB44B1

Color information

#AB44B1 (or 0xAB44B1) is unknown color: approx Fuchsia. HEX triplet: AB, 44 and B1. RGB value is (171,68,177). Sum of RGB (Red+Green+Blue) = 171+68+177=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB44B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44B1 is #54BB4E. Grayscale: #6E6E6E. Windows color (decimal): -5552975 or 11617451. OLE color: 11617451.

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

Color convert

RGB17168177-
CMYK0.030.6200.31
HSL296.7º44.49%48.04%-
HSV(B)296.7º61.58%69.41%-
XYZ26.815.9743.26-
YUV111.22165.12170.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 68 (26.95% from 255) = 16.35%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=41.11%
G=16.35%
B=42.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171681770.030.6200.31296.744.4948.04
HexAB44B133E01F1292c30
Octal2531042613760374515460
Binary1010101110001001011000111111110011111100101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44B1; }

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

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

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

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

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

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

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

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