#AD54B4

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

Shades of Fuchsia #AD54B4

Tints of Fuchsia #AD54B4

Color information

#AD54B4 (or 0xAD54B4) is unknown color: approx Fuchsia. HEX triplet: AD, 54 and B4. RGB value is (173,84,180). Sum of RGB (Red+Green+Blue) = 173+84+180=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD54B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54B4 is #52AB4B. Grayscale: #797979. Windows color (decimal): -5417804 or 11818157. OLE color: 11818157.

HSL color Cylindrical-coordinate representation of color #AD54B4: hue angle of 295.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD54B4 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17384180-
CMYK0.040.5300.29
HSL295.62º39.02%51.76%-
HSV(B)295.62º53.33%70.59%-
XYZ28.6418.5245.25-
YUV121.56160.99164.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=39.59%
G=19.22%
B=41.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173841800.040.5300.29295.6239.0251.76
HexAD54B443501D1282734
Octal2551242644650354504764
Binary10101101101010010110100100110101011101100101000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54B4; }

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

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

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

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

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

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

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

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