#AB45B3

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

Shades of Fuchsia #AB45B3

Tints of Fuchsia #AB45B3

Color information

#AB45B3 (or 0xAB45B3) is unknown color: approx Fuchsia. HEX triplet: AB, 45 and B3. RGB value is (171,69,179). Sum of RGB (Red+Green+Blue) = 171+69+179=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB45B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45B3 is #54BA4C. Grayscale: #6F6F6F. Windows color (decimal): -5552717 or 11748779. OLE color: 11748779.

HSL color Cylindrical-coordinate representation of color #AB45B3: hue angle of 295.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB45B3 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17169179-
CMYK0.040.6100.30
HSL295.64º44.35%48.63%-
HSV(B)295.64º61.45%70.2%-
XYZ27.0616.1744.34-
YUV112.04165.79170.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=40.81%
G=16.47%
B=42.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171691790.040.6100.30295.6444.3548.63
HexAB45B343D01E1282c31
Octal2531052634750364505461
Binary10101011100010110110011100111101011110100101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45B3; }

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

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

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

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

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

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

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

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