#AB43B1

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

Shades of Fuchsia #AB43B1

Tints of Fuchsia #AB43B1

Color information

#AB43B1 (or 0xAB43B1) is unknown color: approx Fuchsia. HEX triplet: AB, 43 and B1. RGB value is (171,67,177). Sum of RGB (Red+Green+Blue) = 171+67+177=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB43B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB43B1 is #54BC4E. Grayscale: #6E6E6E. Windows color (decimal): -5553231 or 11617195. OLE color: 11617195.

HSL color Cylindrical-coordinate representation of color #AB43B1: hue angle of 296.73º degrees, saturation: 0.45, 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 #AB43B1 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17167177-
CMYK0.030.6200.31
HSL296.73º45.08%47.84%-
HSV(B)296.73º62.15%69.41%-
XYZ26.7415.8543.24-
YUV110.64165.46171.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=41.20%
G=16.14%
B=42.65%

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
Decimal171671770.030.6200.31296.7345.0847.84
HexAB43B133E01F1292d30
Octal2531032613760374515560
Binary1010101110000111011000111111110011111100101001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB43B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB43B1; }

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

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

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

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

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

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

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

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