#AB52B4

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

Shades of Fuchsia #AB52B4

Tints of Fuchsia #AB52B4

Color information

#AB52B4 (or 0xAB52B4) is unknown color: approx Fuchsia. HEX triplet: AB, 52 and B4. RGB value is (171,82,180). Sum of RGB (Red+Green+Blue) = 171+82+180=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB52B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52B4 is #54AD4B. Grayscale: #777777. Windows color (decimal): -5549388 or 11817643. OLE color: 11817643.

HSL color Cylindrical-coordinate representation of color #AB52B4: hue angle of 294.49º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB52B4 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17182180-
CMYK0.050.5400.29
HSL294.49º39.52%51.37%-
HSV(B)294.49º54.44%70.59%-
XYZ28.0517.9945.17-
YUV119.78161.99164.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 82 (32.42% from 255) = 18.94%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=39.49%
G=18.94%
B=41.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171821800.050.5400.29294.4939.5251.37
HexAB52B453601D1262833
Octal2531222645660354465063
Binary10101011101001010110100101110110011101100100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52B4; }

 p { color: rgb(171,82,180); }

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

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

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

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

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

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

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