#AD6ED0

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

Shades of Amethyst #AD6ED0

Tints of Amethyst #AD6ED0

Color information

#AD6ED0 (or 0xAD6ED0) is unknown color: approx Amethyst. HEX triplet: AD, 6E and D0. RGB value is (173,110,208). Sum of RGB (Red+Green+Blue) = 173+110+208=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ED0 is #52912F. Grayscale: #8B8B8B. Windows color (decimal): -5411120 or 13659821. OLE color: 13659821.

HSL color Cylindrical-coordinate representation of color #AD6ED0: hue angle of 278.57º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6ED0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173110208-
CMYK0.170.4700.18
HSL278.57º51.04%62.35%-
HSV(B)278.57º47.12%81.57%-
XYZ34.1924.5962.62-
YUV140.01166.37151.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=35.23%
G=22.40%
B=42.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731102080.170.4700.18278.5751.0462.35
HexAD6ED0112F012117333e
Octal25515632021570224276376
Binary1010110111011101101000010001101111010010100010111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ED0; }

 p { color: rgb(173,110,208); }

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

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

 a { background-color: rgb(173,110,208); }

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

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

 span { border-color: rgb(173,110,208); }

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