#AD51B5

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

Shades of Fuchsia #AD51B5

Tints of Fuchsia #AD51B5

Color information

#AD51B5 (or 0xAD51B5) is unknown color: approx Fuchsia. HEX triplet: AD, 51 and B5. RGB value is (173,81,181). Sum of RGB (Red+Green+Blue) = 173+81+181=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD51B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51B5 is #52AE4A. Grayscale: #777777. Windows color (decimal): -5418571 or 11882925. OLE color: 11882925.

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

Color convert

RGB17381181-
CMYK0.040.5500.29
HSL295.2º40.32%51.37%-
HSV(B)295.2º55.25%70.98%-
XYZ28.5218.1145.71-
YUV119.91162.48165.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=39.77%
G=18.62%
B=41.61%

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
Decimal173811810.040.5500.29295.240.3251.37
HexAD51B543701D1272833
Octal2551212654670354475063
Binary10101101101000110110101100110111011101100100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51B5; }

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

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

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

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

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

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

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

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