#AD54BA

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

Shades of Fuchsia #AD54BA

Tints of Fuchsia #AD54BA

Color information

#AD54BA (or 0xAD54BA) is unknown color: approx Fuchsia. HEX triplet: AD, 54 and BA. RGB value is (173,84,186). Sum of RGB (Red+Green+Blue) = 173+84+186=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54BA is #52AB45. Grayscale: #797979. Windows color (decimal): -5417798 or 12211373. OLE color: 12211373.

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

Color convert

RGB17384186-
CMYK0.070.5500.27
HSL292.35º42.5%52.94%-
HSV(B)292.35º54.84%72.94%-
XYZ29.2718.7748.53-
YUV122.24163.99164.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=39.05%
G=18.96%
B=41.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173841860.070.5500.27292.3542.552.94
HexAD54BA73701B1242a35
Octal2551242727670334445265
Binary10101101101010010111010111110111011011100100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54BA; }

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

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

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

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

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

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

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

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