#AB44B5

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

Shades of Fuchsia #AB44B5

Tints of Fuchsia #AB44B5

Color information

#AB44B5 (or 0xAB44B5) is unknown color: approx Fuchsia. HEX triplet: AB, 44 and B5. RGB value is (171,68,181). Sum of RGB (Red+Green+Blue) = 171+68+181=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB44B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44B5 is #54BB4A. Grayscale: #6F6F6F. Windows color (decimal): -5552971 or 11879595. OLE color: 11879595.

HSL color Cylindrical-coordinate representation of color #AB44B5: hue angle of 294.69º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB44B5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17168181-
CMYK0.060.6200.29
HSL294.69º45.38%48.82%-
HSV(B)294.69º62.43%70.98%-
XYZ27.216.1345.4-
YUV111.68167.12170.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 181 (71.09% from 255) = 43.10%
R=40.71%
G=16.19%
B=43.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171681810.060.6200.29294.6945.3848.82
HexAB44B563E01D1272d31
Octal2531042656760354475561
Binary10101011100010010110101110111110011101100100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44B5; }

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

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

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

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

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

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

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

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