#AB4AB5

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

Shades of Fuchsia #AB4AB5

Tints of Fuchsia #AB4AB5

Color information

#AB4AB5 (or 0xAB4AB5) is unknown color: approx Fuchsia. HEX triplet: AB, 4A and B5. RGB value is (171,74,181). Sum of RGB (Red+Green+Blue) = 171+74+181=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB4AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4AB5 is #54B54A. Grayscale: #727272. Windows color (decimal): -5551435 or 11881131. OLE color: 11881131.

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

Color convert

RGB17174181-
CMYK0.060.5900.29
HSL294.39º41.96%50%-
HSV(B)294.39º59.12%70.98%-
XYZ27.5816.8945.52-
YUV115.2165.14167.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 74 (29.30% from 255) = 17.37%
BLUE value IS 181 (71.09% from 255) = 42.49%
R=40.14%
G=17.37%
B=42.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171741810.060.5900.29294.3941.9650
HexAB4AB563B01D1262a32
Octal2531122656730354465262
Binary10101011100101010110101110111011011101100100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4AB5; }

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

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

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

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

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

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

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

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