#AB45B1

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

Shades of Fuchsia #AB45B1

Tints of Fuchsia #AB45B1

Color information

#AB45B1 (or 0xAB45B1) is unknown color: approx Fuchsia. HEX triplet: AB, 45 and B1. RGB value is (171,69,177). Sum of RGB (Red+Green+Blue) = 171+69+177=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB45B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45B1 is #54BA4E. Grayscale: #6F6F6F. Windows color (decimal): -5552719 or 11617707. OLE color: 11617707.

HSL color Cylindrical-coordinate representation of color #AB45B1: hue angle of 296.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB45B1 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17169177-
CMYK0.030.6100.31
HSL296.67º43.9%48.24%-
HSV(B)296.67º61.02%69.41%-
XYZ26.8616.0943.28-
YUV111.81164.79170.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=41.01%
G=16.55%
B=42.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171691770.030.6100.31296.6743.948.24
HexAB45B133D01F1292c30
Octal2531052613750374515460
Binary1010101110001011011000111111101011111100101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45B1; }

 p { color: rgb(171,69,177); }

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

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

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

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

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

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

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