#AD3EB5

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

Shades of Fuchsia #AD3EB5

Tints of Fuchsia #AD3EB5

Color information

#AD3EB5 (or 0xAD3EB5) is unknown color: approx Fuchsia. HEX triplet: AD, 3E and B5. RGB value is (173,62,181). Sum of RGB (Red+Green+Blue) = 173+62+181=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD3EB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EB5 is #52C14A. Grayscale: #6C6C6C. Windows color (decimal): -5423435 or 11878061. OLE color: 11878061.

HSL color Cylindrical-coordinate representation of color #AD3EB5: hue angle of 295.97º 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 #AD3EB5 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17362181-
CMYK0.040.6600.29
HSL295.97º48.97%47.65%-
HSV(B)295.97º65.75%70.98%-
XYZ27.315.6745.3-
YUV108.76168.77173.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 62 (24.61% from 255) = 14.90%
BLUE value IS 181 (71.09% from 255) = 43.51%
R=41.59%
G=14.90%
B=43.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173621810.040.6600.29295.9748.9747.65
HexAD3EB544201D1283130
Octal2557626541020354506160
Binary10101101111110101101011001000010011101100101000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3EB5; }

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

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

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

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

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

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

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

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