#AD49AE

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

Shades of Fuchsia #AD49AE

Tints of Fuchsia #AD49AE

Color information

#AD49AE (or 0xAD49AE) is unknown color: approx Fuchsia. HEX triplet: AD, 49 and AE. RGB value is (173,73,174). Sum of RGB (Red+Green+Blue) = 173+73+174=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD49AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD49AE is #52B651. Grayscale: #727272. Windows color (decimal): -5420626 or 11422125. OLE color: 11422125.

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

Color convert

RGB17373174-
CMYK0.010.5800.32
HSL299.41º40.89%48.43%-
HSV(B)299.41º58.05%68.24%-
XYZ27.2616.7141.83-
YUV114.41161.63169.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=41.19%
G=17.38%
B=41.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173731740.010.5800.32299.4140.8948.43
HexAD49AE13A02012b2930
Octal2551112561720404535160
Binary1010110110010011010111011110100100000100101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD49AE; }

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

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

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

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

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

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

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

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