#AB3DAC

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

Shades of Fuchsia #AB3DAC

Tints of Fuchsia #AB3DAC

Color information

#AB3DAC (or 0xAB3DAC) is unknown color: approx Fuchsia. HEX triplet: AB, 3D and AC. RGB value is (171,61,172). Sum of RGB (Red+Green+Blue) = 171+61+172=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DAC is #54C253. Grayscale: #6A6A6A. Windows color (decimal): -5554772 or 11287979. OLE color: 11287979.

HSL color Cylindrical-coordinate representation of color #AB3DAC: hue angle of 299.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3DAC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17161172-
CMYK0.010.6500.33
HSL299.46º47.64%45.69%-
HSV(B)299.46º64.53%67.45%-
XYZ25.9114.9740.55-
YUV106.54164.94173.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 61 (24.22% from 255) = 15.10%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=42.33%
G=15.10%
B=42.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171611720.010.6500.33299.4647.6445.69
HexAB3DAC14102112b302e
Octal2537525411010414536056
Binary1010101111110110101100110000010100001100101011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3DAC; }

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

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

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

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

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

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

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

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