#AD40AB

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

Shades of Fuchsia #AD40AB

Tints of Fuchsia #AD40AB

Color information

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

HSL color Cylindrical-coordinate representation of color #AD40AB: hue angle of 301.1º 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 #AD40AB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17364171-
CMYK00.630.010.32
HSL301.1º45.99%46.47%-
HSV(B)301.1º63.01%67.84%-
XYZ26.4215.4940.13-
YUV108.79163.11173.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736417100.630.010.32301.145.9946.47
HexAD40AB03F12012d2e2e
Octal2551002530771404555656
Binary1010110110000001010101101111111100000100101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD40AB; }

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

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

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

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

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

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

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

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