#AB45B4

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

Shades of Fuchsia #AB45B4

Tints of Fuchsia #AB45B4

Color information

#AB45B4 (or 0xAB45B4) is unknown color: approx Fuchsia. HEX triplet: AB, 45 and B4. RGB value is (171,69,180). Sum of RGB (Red+Green+Blue) = 171+69+180=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB45B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45B4 is #54BA4B. Grayscale: #6F6F6F. Windows color (decimal): -5552716 or 11814315. OLE color: 11814315.

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

Color convert

RGB17169180-
CMYK0.050.6200.29
HSL295.14º44.58%48.82%-
HSV(B)295.14º61.67%70.59%-
XYZ27.1616.2144.88-
YUV112.15166.29169.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=40.71%
G=16.43%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171691800.050.6200.29295.1444.5848.82
HexAB45B453E01D1272d31
Octal2531052645760354475561
Binary10101011100010110110100101111110011101100100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45B4; }

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

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

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

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

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

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

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

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