#AD4AAE

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

Shades of Fuchsia #AD4AAE

Tints of Fuchsia #AD4AAE

Color information

#AD4AAE (or 0xAD4AAE) is unknown color: approx Fuchsia. HEX triplet: AD, 4A and AE. RGB value is (173,74,174). Sum of RGB (Red+Green+Blue) = 173+74+174=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AAE is #52B551. Grayscale: #727272. Windows color (decimal): -5420370 or 11422381. OLE color: 11422381.

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

Color convert

RGB17374174-
CMYK0.010.5700.32
HSL299.4º40.32%48.63%-
HSV(B)299.4º57.47%68.24%-
XYZ27.3216.8441.85-
YUV115161.3169.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=41.09%
G=17.58%
B=41.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173741740.010.5700.32299.440.3248.63
HexAD4AAE13902012b2831
Octal2551122561710404535061
Binary1010110110010101010111011110010100000100101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AAE; }

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

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

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

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

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

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

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

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