#AB46B4

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

Shades of Fuchsia #AB46B4

Tints of Fuchsia #AB46B4

Color information

#AB46B4 (or 0xAB46B4) is unknown color: approx Fuchsia. HEX triplet: AB, 46 and B4. RGB value is (171,70,180). Sum of RGB (Red+Green+Blue) = 171+70+180=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB46B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46B4 is #54B94B. Grayscale: #707070. Windows color (decimal): -5552460 or 11814571. OLE color: 11814571.

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

Color convert

RGB17170180-
CMYK0.050.6100.29
HSL295.09º44%49.02%-
HSV(B)295.09º61.11%70.59%-
XYZ27.2216.3344.9-
YUV112.74165.96169.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=40.62%
G=16.63%
B=42.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171701800.050.6100.29295.094449.02
HexAB46B453D01D1272c31
Octal2531062645750354475461
Binary10101011100011010110100101111101011101100100111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46B4; }

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

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

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

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

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

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

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

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