#AB41B1

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

Shades of Fuchsia #AB41B1

Tints of Fuchsia #AB41B1

Color information

#AB41B1 (or 0xAB41B1) is unknown color: approx Fuchsia. HEX triplet: AB, 41 and B1. RGB value is (171,65,177). Sum of RGB (Red+Green+Blue) = 171+65+177=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB41B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41B1 is #54BE4E. Grayscale: #6D6D6D. Windows color (decimal): -5553743 or 11616683. OLE color: 11616683.

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

Color convert

RGB17165177-
CMYK0.030.6300.31
HSL296.79º46.28%47.45%-
HSV(B)296.79º63.28%69.41%-
XYZ26.6215.6143.21-
YUV109.46166.12171.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=41.40%
G=15.74%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171651770.030.6300.31296.7946.2847.45
HexAB41B133F01F1292e2f
Octal2531012613770374515657
Binary1010101110000011011000111111111011111100101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB41B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB41B1; }

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

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

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

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

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

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

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

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