#AD40BA

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

Shades of Fuchsia #AD40BA

Tints of Fuchsia #AD40BA

Color information

#AD40BA (or 0xAD40BA) is unknown color: approx Fuchsia. HEX triplet: AD, 40 and BA. RGB value is (173,64,186). Sum of RGB (Red+Green+Blue) = 173+64+186=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40BA is #52BF45. Grayscale: #6E6E6E. Windows color (decimal): -5422918 or 12206253. OLE color: 12206253.

HSL color Cylindrical-coordinate representation of color #AD40BA: hue angle of 293.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD40BA is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17364186-
CMYK0.070.6600.27
HSL293.61º48.8%49.02%-
HSV(B)293.61º65.59%72.94%-
XYZ27.9316.148.09-
YUV110.5170.61172.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=40.90%
G=15.13%
B=43.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173641860.070.6600.27293.6148.849.02
HexAD40BA74201B1263131
Octal25510027271020334466161
Binary101011011000000101110101111000010011011100100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD40BA; }

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

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

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

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

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

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

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

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