#AB3DB0

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

Shades of Fuchsia #AB3DB0

Tints of Fuchsia #AB3DB0

Color information

#AB3DB0 (or 0xAB3DB0) is unknown color: approx Fuchsia. HEX triplet: AB, 3D and B0. RGB value is (171,61,176). Sum of RGB (Red+Green+Blue) = 171+61+176=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB3DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DB0 is #54C24F. Grayscale: #6A6A6A. Windows color (decimal): -5554768 or 11550123. OLE color: 11550123.

HSL color Cylindrical-coordinate representation of color #AB3DB0: hue angle of 297.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3DB0 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17161176-
CMYK0.030.6500.31
HSL297.39º48.52%46.47%-
HSV(B)297.39º65.34%69.02%-
XYZ26.315.1342.61-
YUV107166.94173.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 176 (69.14% from 255) = 43.14%
R=41.91%
G=14.95%
B=43.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171611760.030.6500.31297.3948.5246.47
HexAB3DB034101F129312e
Octal2537526031010374516156
Binary1010101111110110110000111000001011111100101001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3DB0; }

 p { color: rgb(171,61,176); }

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

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

 a { background-color: rgb(171,61,176); }

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

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

 span { border-color: rgb(171,61,176); }

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