#AD3FAE

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

Shades of Fuchsia #AD3FAE

Tints of Fuchsia #AD3FAE

Color information

#AD3FAE (or 0xAD3FAE) is unknown color: approx Fuchsia. HEX triplet: AD, 3F and AE. RGB value is (173,63,174). Sum of RGB (Red+Green+Blue) = 173+63+174=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD3FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FAE is #52C051. Grayscale: #6C6C6C. Windows color (decimal): -5423186 or 11419565. OLE color: 11419565.

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

Color convert

RGB17363174-
CMYK0.010.6400.32
HSL299.46º46.84%46.47%-
HSV(B)299.46º63.79%68.24%-
XYZ26.6515.541.63-
YUV108.54164.94173.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 63 (25% from 255) = 15.37%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=42.20%
G=15.37%
B=42.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173631740.010.6400.32299.4646.8446.47
HexAD3FAE14002012b2f2e
Octal2557725611000404535756
Binary1010110111111110101110110000000100000100101011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3FAE; }

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

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

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

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

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

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

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

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