#AB4BB4

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

Shades of Fuchsia #AB4BB4

Tints of Fuchsia #AB4BB4

Color information

#AB4BB4 (or 0xAB4BB4) is unknown color: approx Fuchsia. HEX triplet: AB, 4B and B4. RGB value is (171,75,180). Sum of RGB (Red+Green+Blue) = 171+75+180=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB4BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BB4 is #54B44B. Grayscale: #737373. Windows color (decimal): -5551180 or 11815851. OLE color: 11815851.

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

Color convert

RGB17175180-
CMYK0.050.5800.29
HSL294.86º41.18%50%-
HSV(B)294.86º58.33%70.59%-
XYZ27.5516.9945.01-
YUV115.67164.3167.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=40.14%
G=17.61%
B=42.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171751800.050.5800.29294.8641.1850
HexAB4BB453A01D1272932
Octal2531132645720354475162
Binary10101011100101110110100101111010011101100100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4BB4; }

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

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

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

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

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

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

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

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