#AB48B4

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

Shades of Fuchsia #AB48B4

Tints of Fuchsia #AB48B4

Color information

#AB48B4 (or 0xAB48B4) is unknown color: approx Fuchsia. HEX triplet: AB, 48 and B4. RGB value is (171,72,180). Sum of RGB (Red+Green+Blue) = 171+72+180=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB48B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48B4 is #54B74B. Grayscale: #717171. Windows color (decimal): -5551948 or 11815083. OLE color: 11815083.

HSL color Cylindrical-coordinate representation of color #AB48B4: hue angle of 295º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB48B4 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17172180-
CMYK0.050.6000.29
HSL295º42.86%49.41%-
HSV(B)295º60%70.59%-
XYZ27.3516.5944.94-
YUV113.91165.3168.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 72 (28.52% from 255) = 17.02%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=40.43%
G=17.02%
B=42.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171721800.050.6000.2929542.8649.41
HexAB48B453C01D1272b31
Octal2531102645740354475361
Binary10101011100100010110100101111100011101100100111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48B4; }

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

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

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

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

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

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

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

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