#AB40AD

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

Shades of Fuchsia #AB40AD

Tints of Fuchsia #AB40AD

Color information

#AB40AD (or 0xAB40AD) is unknown color: approx Fuchsia. HEX triplet: AB, 40 and AD. RGB value is (171,64,173). Sum of RGB (Red+Green+Blue) = 171+64+173=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40AD is #54BF52. Grayscale: #6C6C6C. Windows color (decimal): -5554003 or 11354283. OLE color: 11354283.

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

Color convert

RGB17164173-
CMYK0.010.6300.32
HSL298.9º45.99%46.47%-
HSV(B)298.9º63.01%67.84%-
XYZ26.1715.3441.12-
YUV108.42164.45172.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=41.91%
G=15.69%
B=42.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171641730.010.6300.32298.945.9946.47
HexAB40AD13F02012b2e2e
Octal2531002551770404535656
Binary1010101110000001010110111111110100000100101011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40AD; }

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

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

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

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

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

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

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

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