#AD40AC

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

Shades of Fuchsia #AD40AC

Tints of Fuchsia #AD40AC

Color information

#AD40AC (or 0xAD40AC) is unknown color: approx Fuchsia. HEX triplet: AD, 40 and AC. RGB value is (173,64,172). Sum of RGB (Red+Green+Blue) = 173+64+172=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40AC is #52BF53. Grayscale: #6C6C6C. Windows color (decimal): -5422932 or 11288749. OLE color: 11288749.

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

Color convert

RGB17364172-
CMYK00.630.010.32
HSL300.55º45.99%46.47%-
HSV(B)300.55º63.01%67.84%-
XYZ26.5115.5340.63-
YUV108.9163.61173.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=42.30%
G=15.65%
B=42.05%

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
Decimal1736417200.630.010.32300.5545.9946.47
HexAD40AC03F12012d2e2e
Octal2551002540771404555656
Binary1010110110000001010110001111111100000100101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD40AC; }

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

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

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

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

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

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

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

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