#AD59B4

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

Shades of Fuchsia #AD59B4

Tints of Fuchsia #AD59B4

Color information

#AD59B4 (or 0xAD59B4) is unknown color: approx Fuchsia. HEX triplet: AD, 59 and B4. RGB value is (173,89,180). Sum of RGB (Red+Green+Blue) = 173+89+180=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD59B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59B4 is #52A64B. Grayscale: #7C7C7C. Windows color (decimal): -5416524 or 11819437. OLE color: 11819437.

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

Color convert

RGB17389180-
CMYK0.040.5100.29
HSL295.38º37.76%52.75%-
HSV(B)295.38º50.56%70.59%-
XYZ29.0419.3245.38-
YUV124.49159.33162.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=39.14%
G=20.14%
B=40.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173891800.040.5100.29295.3837.7652.75
HexAD59B443301D1272635
Octal2551312644630354474665
Binary10101101101100110110100100110011011101100100111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD59B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD59B4; }

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

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

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

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

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

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

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

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