#AD52B6

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

Shades of Fuchsia #AD52B6

Tints of Fuchsia #AD52B6

Color information

#AD52B6 (or 0xAD52B6) is unknown color: approx Fuchsia. HEX triplet: AD, 52 and B6. RGB value is (173,82,182). Sum of RGB (Red+Green+Blue) = 173+82+182=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD52B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52B6 is #52AD49. Grayscale: #787878. Windows color (decimal): -5418314 or 11948717. OLE color: 11948717.

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

Color convert

RGB17382182-
CMYK0.050.5500.29
HSL294.6º40.65%51.76%-
HSV(B)294.6º54.95%71.37%-
XYZ28.6918.346.28-
YUV120.61162.65165.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=39.59%
G=18.76%
B=41.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173821820.050.5500.29294.640.6551.76
HexAD52B653701D1272934
Octal2551222665670354475164
Binary10101101101001010110110101110111011101100100111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52B6; }

 p { color: rgb(173,82,182); }

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

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

 a { background-color: rgb(173,82,182); }

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

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

 span { border-color: rgb(173,82,182); }

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