#AD71DE

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

Shades of Amethyst #AD71DE

Tints of Amethyst #AD71DE

Color information

#AD71DE (or 0xAD71DE) is unknown color: approx Amethyst. HEX triplet: AD, 71 and DE. RGB value is (173,113,222). Sum of RGB (Red+Green+Blue) = 173+113+222=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD71DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71DE is #528E21. Grayscale: #8E8E8E. Windows color (decimal): -5410338 or 14578093. OLE color: 14578093.

HSL color Cylindrical-coordinate representation of color #AD71DE: hue angle of 273.03º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD71DE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173113222-
CMYK0.220.4900.13
HSL273.03º62.29%65.69%-
HSV(B)273.03º49.1%87.06%-
XYZ36.3225.9772.21-
YUV143.37172.38149.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=34.06%
G=22.24%
B=43.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731132220.220.4900.13273.0362.2965.69
HexAD71DE16310D1113e42
Octal255161336266101542176102
Binary1010110111100011101111010110110001011011000100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD71DE; }

 p { color: rgb(173,113,222); }

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

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

 a { background-color: rgb(173,113,222); }

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

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

 span { border-color: rgb(173,113,222); }

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