#AD53B1

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

Shades of Fuchsia #AD53B1

Tints of Fuchsia #AD53B1

Color information

#AD53B1 (or 0xAD53B1) is unknown color: approx Fuchsia. HEX triplet: AD, 53 and B1. RGB value is (173,83,177). Sum of RGB (Red+Green+Blue) = 173+83+177=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD53B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53B1 is #52AC4E. Grayscale: #787878. Windows color (decimal): -5418063 or 11621293. OLE color: 11621293.

HSL color Cylindrical-coordinate representation of color #AD53B1: hue angle of 297.45º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD53B1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17383177-
CMYK0.020.5300.31
HSL297.45º37.6%50.98%-
HSV(B)297.45º53.11%69.41%-
XYZ28.2618.2543.63-
YUV120.63159.82165.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=39.95%
G=19.17%
B=40.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173831770.020.5300.31297.4537.650.98
HexAD53B123501F1292633
Octal2551232612650374514663
Binary1010110110100111011000110110101011111100101001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD53B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD53B1; }

 p { color: rgb(173,83,177); }

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

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

 a { background-color: rgb(173,83,177); }

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

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

 span { border-color: rgb(173,83,177); }

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