#AB34AB

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

Shades of Fuchsia #AB34AB

Tints of Fuchsia #AB34AB

Color information

#AB34AB (or 0xAB34AB) is unknown color: approx Fuchsia. HEX triplet: AB, 34 and AB. RGB value is (171,52,171). Sum of RGB (Red+Green+Blue) = 171+52+171=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB34AB is #54CB54. Grayscale: #646464. Windows color (decimal): -5557077 or 11220139. OLE color: 11220139.

HSL color Cylindrical-coordinate representation of color #AB34AB: hue angle of 300º degrees, saturation: 0.53, 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 #AB34AB is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17152171-
CMYK00.7000.33
HSL300º53.36%43.73%-
HSV(B)300º69.59%67.06%-
XYZ25.3714.0539.9-
YUV101.15167.42177.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 52 (20.70% from 255) = 13.20%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=43.40%
G=13.20%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715217100.7000.3330053.3643.73
HexAB34AB04602112c352c
Octal2536425301060414546554
Binary1010101111010010101011010001100100001100101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB34AB; }

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

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

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

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

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

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

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

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