#AD40AD

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

Shades of Fuchsia #AD40AD

Tints of Fuchsia #AD40AD

Color information

#AD40AD (or 0xAD40AD) is unknown color: approx Fuchsia. HEX triplet: AD, 40 and AD. RGB value is (173,64,173). Sum of RGB (Red+Green+Blue) = 173+64+173=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40AD is #52BF52. Grayscale: #6C6C6C. Windows color (decimal): -5422931 or 11354285. OLE color: 11354285.

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

Color convert

RGB17364173-
CMYK00.6300.32
HSL300º45.99%46.47%-
HSV(B)300º63.01%67.84%-
XYZ26.6115.5741.14-
YUV109.02164.11173.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=42.20%
G=15.61%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736417300.6300.3230045.9946.47
HexAD40AD03F02012c2e2e
Octal2551002550770404545656
Binary1010110110000001010110101111110100000100101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD40AD; }

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

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

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

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

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

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

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

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