#AB33AB

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

Shades of Fuchsia #AB33AB

Tints of Fuchsia #AB33AB

Color information

#AB33AB (or 0xAB33AB) is unknown color: approx Fuchsia. HEX triplet: AB, 33 and AB. RGB value is (171,51,171). Sum of RGB (Red+Green+Blue) = 171+51+171=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB33AB is #54CC54. Grayscale: #646464. Windows color (decimal): -5557333 or 11219883. OLE color: 11219883.

HSL color Cylindrical-coordinate representation of color #AB33AB: hue angle of 300º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB33AB is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17151171-
CMYK00.7000.33
HSL300º54.05%43.53%-
HSV(B)300º70.18%67.06%-
XYZ25.3313.9739.89-
YUV100.56167.76178.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=43.51%
G=12.98%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715117100.7000.3330054.0543.53
HexAB33AB04602112c362c
Octal2536325301060414546654
Binary1010101111001110101011010001100100001100101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33AB; }

 p { color: rgb(171,51,171); }

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

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

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

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

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

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

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