#AD51B2

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

Shades of Fuchsia #AD51B2

Tints of Fuchsia #AD51B2

Color information

#AD51B2 (or 0xAD51B2) is unknown color: approx Fuchsia. HEX triplet: AD, 51 and B2. RGB value is (173,81,178). Sum of RGB (Red+Green+Blue) = 173+81+178=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD51B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51B2 is #52AE4D. Grayscale: #777777. Windows color (decimal): -5418574 or 11686317. OLE color: 11686317.

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

Color convert

RGB17381178-
CMYK0.030.5400.30
HSL296.91º38.65%50.78%-
HSV(B)296.91º54.49%69.8%-
XYZ28.2117.9844.1-
YUV119.57160.98166.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=40.05%
G=18.75%
B=41.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173811780.030.5400.30296.9138.6550.78
HexAD51B233601E1292733
Octal2551212623660364514763
Binary1010110110100011011001011110110011110100101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51B2; }

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

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

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

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

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

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

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

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