#AD3DB5

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

Shades of Fuchsia #AD3DB5

Tints of Fuchsia #AD3DB5

Color information

#AD3DB5 (or 0xAD3DB5) is unknown color: approx Fuchsia. HEX triplet: AD, 3D and B5. RGB value is (173,61,181). Sum of RGB (Red+Green+Blue) = 173+61+181=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD3DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DB5 is #52C24A. Grayscale: #6B6B6B. Windows color (decimal): -5423691 or 11877805. OLE color: 11877805.

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

Color convert

RGB17361181-
CMYK0.040.6600.29
HSL296º49.59%47.45%-
HSV(B)296º66.3%70.98%-
XYZ27.2415.5645.28-
YUV108.17169.11174.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 61 (24.22% from 255) = 14.70%
BLUE value IS 181 (71.09% from 255) = 43.61%
R=41.69%
G=14.70%
B=43.61%

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
Decimal173611810.040.6600.2929649.5947.45
HexAD3DB544201D128322f
Octal2557526541020354506257
Binary10101101111101101101011001000010011101100101000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DB5; }

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

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

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

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

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

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

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

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