#AD51B3

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

Shades of Fuchsia #AD51B3

Tints of Fuchsia #AD51B3

Color information

#AD51B3 (or 0xAD51B3) is unknown color: approx Fuchsia. HEX triplet: AD, 51 and B3. RGB value is (173,81,179). Sum of RGB (Red+Green+Blue) = 173+81+179=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD51B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51B3 is #52AE4C. Grayscale: #777777. Windows color (decimal): -5418573 or 11751853. OLE color: 11751853.

HSL color Cylindrical-coordinate representation of color #AD51B3: hue angle of 296.33º 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 #AD51B3 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17381179-
CMYK0.030.5500.30
HSL296.33º39.2%50.98%-
HSV(B)296.33º54.75%70.2%-
XYZ28.3118.0244.63-
YUV119.68161.48166.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=39.95%
G=18.71%
B=41.34%

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
Decimal173811790.030.5500.30296.3339.250.98
HexAD51B333701E1282733
Octal2551212633670364504763
Binary1010110110100011011001111110111011110100101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51B3; }

 p { color: rgb(173,81,179); }

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

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

 a { background-color: rgb(173,81,179); }

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

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

 span { border-color: rgb(173,81,179); }

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