#AD60BA

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

Shades of Fuchsia #AD60BA

Tints of Fuchsia #AD60BA

Color information

#AD60BA (or 0xAD60BA) is unknown color: approx Fuchsia. HEX triplet: AD, 60 and BA. RGB value is (173,96,186). Sum of RGB (Red+Green+Blue) = 173+96+186=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60BA is #529F45. Grayscale: #818181. Windows color (decimal): -5414726 or 12214445. OLE color: 12214445.

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

Color convert

RGB17396186-
CMYK0.070.4800.27
HSL291.33º39.47%55.29%-
HSV(B)291.33º48.39%72.94%-
XYZ30.2820.848.87-
YUV129.28160.01159.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=38.02%
G=21.10%
B=40.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173961860.070.4800.27291.3339.4755.29
HexAD60BA73001B1232737
Octal2551402727600334434767
Binary10101101110000010111010111110000011011100100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60BA; }

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

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

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

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

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

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

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

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