#AD3EB6

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

Shades of Fuchsia #AD3EB6

Tints of Fuchsia #AD3EB6

Color information

#AD3EB6 (or 0xAD3EB6) is unknown color: approx Fuchsia. HEX triplet: AD, 3E and B6. RGB value is (173,62,182). Sum of RGB (Red+Green+Blue) = 173+62+182=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD3EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EB6 is #52C149. Grayscale: #6C6C6C. Windows color (decimal): -5423434 or 11943597. OLE color: 11943597.

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

Color convert

RGB17362182-
CMYK0.050.6600.29
HSL295.5º49.18%47.84%-
HSV(B)295.5º65.93%71.37%-
XYZ27.415.7145.84-
YUV108.87169.27173.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 62 (24.61% from 255) = 14.87%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=41.49%
G=14.87%
B=43.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173621820.050.6600.29295.549.1847.84
HexAD3EB654201D1283130
Octal2557626651020354506160
Binary10101101111110101101101011000010011101100101000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3EB6; }

 p { color: rgb(173,62,182); }

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

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

 a { background-color: rgb(173,62,182); }

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

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

 span { border-color: rgb(173,62,182); }

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