#AB4BB5

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

Shades of Fuchsia #AB4BB5

Tints of Fuchsia #AB4BB5

Color information

#AB4BB5 (or 0xAB4BB5) is unknown color: approx Fuchsia. HEX triplet: AB, 4B and B5. RGB value is (171,75,181). Sum of RGB (Red+Green+Blue) = 171+75+181=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB4BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BB5 is #54B44A. Grayscale: #737373. Windows color (decimal): -5551179 or 11881387. OLE color: 11881387.

HSL color Cylindrical-coordinate representation of color #AB4BB5: hue angle of 294.34º 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 #AB4BB5 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17175181-
CMYK0.060.5900.29
HSL294.34º41.73%50.2%-
HSV(B)294.34º58.56%70.98%-
XYZ27.6517.0345.55-
YUV115.79164.8167.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 181 (71.09% from 255) = 42.39%
R=40.05%
G=17.56%
B=42.39%

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
Decimal171751810.060.5900.29294.3441.7350.2
HexAB4BB563B01D1262a32
Octal2531132656730354465262
Binary10101011100101110110101110111011011101100100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4BB5; }

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

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

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

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

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

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

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

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