#AD50B5

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

Shades of Fuchsia #AD50B5

Tints of Fuchsia #AD50B5

Color information

#AD50B5 (or 0xAD50B5) is unknown color: approx Fuchsia. HEX triplet: AD, 50 and B5. RGB value is (173,80,181). Sum of RGB (Red+Green+Blue) = 173+80+181=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD50B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50B5 is #52AF4A. Grayscale: #777777. Windows color (decimal): -5418827 or 11882669. OLE color: 11882669.

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

Color convert

RGB17380181-
CMYK0.040.5600.29
HSL295.25º40.56%51.18%-
HSV(B)295.25º55.8%70.98%-
XYZ28.4417.9645.68-
YUV119.32162.81166.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 181 (71.09% from 255) = 41.71%
R=39.86%
G=18.43%
B=41.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173801810.040.5600.29295.2540.5651.18
HexAD50B543801D1272933
Octal2551202654700354475163
Binary10101101101000010110101100111000011101100100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD50B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD50B5; }

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

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

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

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

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

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

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

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