#AB49B9

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

Shades of Fuchsia #AB49B9

Tints of Fuchsia #AB49B9

Color information

#AB49B9 (or 0xAB49B9) is unknown color: approx Fuchsia. HEX triplet: AB, 49 and B9. RGB value is (171,73,185). Sum of RGB (Red+Green+Blue) = 171+73+185=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB49B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49B9 is #54B646. Grayscale: #727272. Windows color (decimal): -5551687 or 12143019. OLE color: 12143019.

HSL color Cylindrical-coordinate representation of color #AB49B9: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB49B9 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17173185-
CMYK0.080.6100.27
HSL292.5º44.44%50.59%-
HSV(B)292.5º60.54%72.55%-
XYZ27.9316.9347.69-
YUV115.07167.47167.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 73 (28.91% from 255) = 17.02%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=39.86%
G=17.02%
B=43.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171731850.080.6100.27292.544.4450.59
HexAB49B983D01B1242c33
Octal25311127110750334445463
Binary101010111001001101110011000111101011011100100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49B9; }

 p { color: rgb(171,73,185); }

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

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

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

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

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

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

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