#AD44AE

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

Shades of Fuchsia #AD44AE

Tints of Fuchsia #AD44AE

Color information

#AD44AE (or 0xAD44AE) is unknown color: approx Fuchsia. HEX triplet: AD, 44 and AE. RGB value is (173,68,174). Sum of RGB (Red+Green+Blue) = 173+68+174=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD44AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD44AE is #52BB51. Grayscale: #6F6F6F. Windows color (decimal): -5421906 or 11420845. OLE color: 11420845.

HSL color Cylindrical-coordinate representation of color #AD44AE: hue angle of 299.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD44AE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17368174-
CMYK0.010.6100.32
HSL299.43º43.8%47.45%-
HSV(B)299.43º60.92%68.24%-
XYZ26.9416.0741.73-
YUV111.48163.29171.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 68 (26.95% from 255) = 16.39%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=41.69%
G=16.39%
B=41.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173681740.010.6100.32299.4343.847.45
HexAD44AE13D02012b2c2f
Octal2551042561750404535457
Binary1010110110001001010111011111010100000100101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD44AE; }

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

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

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

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

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

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

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

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