#AB4CB7

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

Shades of Fuchsia #AB4CB7

Tints of Fuchsia #AB4CB7

Color information

#AB4CB7 (or 0xAB4CB7) is unknown color: approx Fuchsia. HEX triplet: AB, 4C and B7. RGB value is (171,76,183). Sum of RGB (Red+Green+Blue) = 171+76+183=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB4CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CB7 is #54B348. Grayscale: #747474. Windows color (decimal): -5550921 or 12012715. OLE color: 12012715.

HSL color Cylindrical-coordinate representation of color #AB4CB7: hue angle of 293.27º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4CB7 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17176183-
CMYK0.070.5800.28
HSL293.27º42.63%50.78%-
HSV(B)293.27º58.47%71.76%-
XYZ27.9317.2546.66-
YUV116.6165.47166.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 183 (71.88% from 255) = 42.56%
R=39.77%
G=17.67%
B=42.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171761830.070.5800.28293.2742.6350.78
HexAB4CB773A01C1252b33
Octal2531142677720344455363
Binary10101011100110010110111111111010011100100100101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4CB7; }

 p { color: rgb(171,76,183); }

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

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

 a { background-color: rgb(171,76,183); }

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

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

 span { border-color: rgb(171,76,183); }

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