#AD44B6

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

Shades of Fuchsia #AD44B6

Tints of Fuchsia #AD44B6

Color information

#AD44B6 (or 0xAD44B6) is unknown color: approx Fuchsia. HEX triplet: AD, 44 and B6. RGB value is (173,68,182). Sum of RGB (Red+Green+Blue) = 173+68+182=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD44B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44B6 is #52BB49. Grayscale: #707070. Windows color (decimal): -5421898 or 11945133. OLE color: 11945133.

HSL color Cylindrical-coordinate representation of color #AD44B6: hue angle of 295.26º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD44B6 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17368182-
CMYK0.050.6300.29
HSL295.26º45.6%49.02%-
HSV(B)295.26º62.64%71.37%-
XYZ27.7416.445.96-
YUV112.39167.29171.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 68 (26.95% from 255) = 16.08%
BLUE value IS 182 (71.48% from 255) = 43.03%
R=40.90%
G=16.08%
B=43.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173681820.050.6300.29295.2645.649.02
HexAD44B653F01D1272e31
Octal2551042665770354475661
Binary10101101100010010110110101111111011101100100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD44B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD44B6; }

 p { color: rgb(173,68,182); }

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

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

 a { background-color: rgb(173,68,182); }

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

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

 span { border-color: rgb(173,68,182); }

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