#AD51B4

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

Shades of Fuchsia #AD51B4

Tints of Fuchsia #AD51B4

Color information

#AD51B4 (or 0xAD51B4) is unknown color: approx Fuchsia. HEX triplet: AD, 51 and B4. RGB value is (173,81,180). Sum of RGB (Red+Green+Blue) = 173+81+180=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD51B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51B4 is #52AE4B. Grayscale: #777777. Windows color (decimal): -5418572 or 11817389. OLE color: 11817389.

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

Color convert

RGB17381180-
CMYK0.040.5500.29
HSL295.76º39.76%51.18%-
HSV(B)295.76º55%70.59%-
XYZ28.4118.0645.17-
YUV119.79161.98165.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=39.86%
G=18.66%
B=41.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173811800.040.5500.29295.7639.7651.18
HexAD51B443701D1282833
Octal2551212644670354505063
Binary10101101101000110110100100110111011101100101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51B4; }

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

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

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

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

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

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

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

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