#AD50B2

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

Shades of Fuchsia #AD50B2

Tints of Fuchsia #AD50B2

Color information

#AD50B2 (or 0xAD50B2) is unknown color: approx Fuchsia. HEX triplet: AD, 50 and B2. RGB value is (173,80,178). Sum of RGB (Red+Green+Blue) = 173+80+178=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD50B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50B2 is #52AF4D. Grayscale: #767676. Windows color (decimal): -5418830 or 11686061. OLE color: 11686061.

HSL color Cylindrical-coordinate representation of color #AD50B2: hue angle of 296.94º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD50B2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17380178-
CMYK0.030.5500.30
HSL296.94º38.89%50.59%-
HSV(B)296.94º55.06%69.8%-
XYZ28.1417.8444.08-
YUV118.98161.31166.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 178 (69.92% from 255) = 41.30%
R=40.14%
G=18.56%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173801780.030.5500.30296.9438.8950.59
HexAD50B233701E1292733
Octal2551202623670364514763
Binary1010110110100001011001011110111011110100101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD50B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD50B2; }

 p { color: rgb(173,80,178); }

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

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

 a { background-color: rgb(173,80,178); }

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

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

 span { border-color: rgb(173,80,178); }

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