#AD44B4

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

Shades of Fuchsia #AD44B4

Tints of Fuchsia #AD44B4

Color information

#AD44B4 (or 0xAD44B4) is unknown color: approx Fuchsia. HEX triplet: AD, 44 and B4. RGB value is (173,68,180). Sum of RGB (Red+Green+Blue) = 173+68+180=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD44B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44B4 is #52BB4B. Grayscale: #6F6F6F. Windows color (decimal): -5421900 or 11814061. OLE color: 11814061.

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

Color convert

RGB17368180-
CMYK0.040.6200.29
HSL296.25º45.16%48.63%-
HSV(B)296.25º62.22%70.59%-
XYZ27.5416.3144.88-
YUV112.16166.29171.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=41.09%
G=16.15%
B=42.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173681800.040.6200.29296.2545.1648.63
HexAD44B443E01D1282d31
Octal2551042644760354505561
Binary10101101100010010110100100111110011101100101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD44B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD44B4; }

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

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

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

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

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

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

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

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