#AB42AE

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

Shades of Fuchsia #AB42AE

Tints of Fuchsia #AB42AE

Color information

#AB42AE (or 0xAB42AE) is unknown color: approx Fuchsia. HEX triplet: AB, 42 and AE. RGB value is (171,66,174). Sum of RGB (Red+Green+Blue) = 171+66+174=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB42AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB42AE is #54BD51. Grayscale: #6D6D6D. Windows color (decimal): -5553490 or 11420331. OLE color: 11420331.

HSL color Cylindrical-coordinate representation of color #AB42AE: hue angle of 298.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB42AE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17166174-
CMYK0.020.6200.32
HSL298.33º45%47.06%-
HSV(B)298.33º62.07%68.24%-
XYZ26.3815.6141.67-
YUV109.71164.29171.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=41.61%
G=16.06%
B=42.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171661740.020.6200.32298.334547.06
HexAB42AE23E02012a2d2f
Octal2531022562760404525557
Binary10101011100001010101110101111100100000100101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB42AE; }

 p { color: rgb(171,66,174); }

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

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

 a { background-color: rgb(171,66,174); }

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

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

 span { border-color: rgb(171,66,174); }

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