#AB46AF

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

Shades of Fuchsia #AB46AF

Tints of Fuchsia #AB46AF

Color information

#AB46AF (or 0xAB46AF) is unknown color: approx Fuchsia. HEX triplet: AB, 46 and AF. RGB value is (171,70,175). Sum of RGB (Red+Green+Blue) = 171+70+175=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB46AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB46AF is #54B950. Grayscale: #6F6F6F. Windows color (decimal): -5552465 or 11486891. OLE color: 11486891.

HSL color Cylindrical-coordinate representation of color #AB46AF: hue angle of 297.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB46AF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17170175-
CMYK0.020.6000.31
HSL297.71º42.86%48.04%-
HSV(B)297.71º60%68.63%-
XYZ26.7216.1342.26-
YUV112.17163.46169.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=41.11%
G=16.83%
B=42.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171701750.020.6000.31297.7142.8648.04
HexAB46AF23C01F12a2b30
Octal2531062572740374525360
Binary1010101110001101010111110111100011111100101010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46AF; }

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

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

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

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

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

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

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

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