#AB3CAD

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

Shades of Fuchsia #AB3CAD

Tints of Fuchsia #AB3CAD

Color information

#AB3CAD (or 0xAB3CAD) is unknown color: approx Fuchsia. HEX triplet: AB, 3C and AD. RGB value is (171,60,173). Sum of RGB (Red+Green+Blue) = 171+60+173=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3CAD is #54C352. Grayscale: #696969. Windows color (decimal): -5555027 or 11353259. OLE color: 11353259.

HSL color Cylindrical-coordinate representation of color #AB3CAD: hue angle of 298.94º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3CAD is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17160173-
CMYK0.010.6500.32
HSL298.94º48.5%45.69%-
HSV(B)298.94º65.32%67.84%-
XYZ25.9514.9141.04-
YUV106.07165.77174.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 60 (23.83% from 255) = 14.85%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=42.33%
G=14.85%
B=42.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171601730.010.6500.32298.9448.545.69
HexAB3CAD14102012b302e
Octal2537425511010404536056
Binary1010101111110010101101110000010100000100101011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CAD; }

 p { color: rgb(171,60,173); }

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

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

 a { background-color: rgb(171,60,173); }

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

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

 span { border-color: rgb(171,60,173); }

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