#AD49BA

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

Shades of Fuchsia #AD49BA

Tints of Fuchsia #AD49BA

Color information

#AD49BA (or 0xAD49BA) is unknown color: approx Fuchsia. HEX triplet: AD, 49 and BA. RGB value is (173,73,186). Sum of RGB (Red+Green+Blue) = 173+73+186=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD49BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49BA is #52B645. Grayscale: #737373. Windows color (decimal): -5420614 or 12208557. OLE color: 12208557.

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

Color convert

RGB17373186-
CMYK0.070.6100.27
HSL293.1º45.02%50.78%-
HSV(B)293.1º60.75%72.94%-
XYZ28.4817.1948.27-
YUV115.78167.63168.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 73 (28.91% from 255) = 16.90%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=40.05%
G=16.90%
B=43.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173731860.070.6100.27293.145.0250.78
HexAD49BA73D01B1252d33
Octal2551112727750334455563
Binary10101101100100110111010111111101011011100100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD49BA; }

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

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

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

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

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

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

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

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