#AB3BAD

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

Shades of Fuchsia #AB3BAD

Tints of Fuchsia #AB3BAD

Color information

#AB3BAD (or 0xAB3BAD) is unknown color: approx Fuchsia. HEX triplet: AB, 3B and AD. RGB value is (171,59,173). Sum of RGB (Red+Green+Blue) = 171+59+173=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB3BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BAD is #54C452. Grayscale: #696969. Windows color (decimal): -5555283 or 11353003. OLE color: 11353003.

HSL color Cylindrical-coordinate representation of color #AB3BAD: hue angle of 298.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3BAD is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17159173-
CMYK0.010.6600.32
HSL298.95º49.14%45.49%-
HSV(B)298.95º65.9%67.84%-
XYZ25.914.841.03-
YUV105.48166.11174.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=42.43%
G=14.64%
B=42.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171591730.010.6600.32298.9549.1445.49
HexAB3BAD14202012b312d
Octal2537325511020404536155
Binary1010101111101110101101110000100100000100101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3BAD; }

 p { color: rgb(171,59,173); }

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

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

 a { background-color: rgb(171,59,173); }

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

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

 span { border-color: rgb(171,59,173); }

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