#AD6DDB

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

Shades of Amethyst #AD6DDB

Tints of Amethyst #AD6DDB

Color information

#AD6DDB (or 0xAD6DDB) is unknown color: approx Amethyst. HEX triplet: AD, 6D and DB. RGB value is (173,109,219). Sum of RGB (Red+Green+Blue) = 173+109+219=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DDB is #529224. Grayscale: #8C8C8C. Windows color (decimal): -5411365 or 14380461. OLE color: 14380461.

HSL color Cylindrical-coordinate representation of color #AD6DDB: hue angle of 274.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6DDB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173109219-
CMYK0.210.5000.14
HSL274.91º60.44%64.31%-
HSV(B)274.91º50.23%85.88%-
XYZ35.4924.9469.96-
YUV140.68172.2151.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=34.53%
G=21.76%
B=43.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731092190.210.5000.14274.9160.4464.31
HexAD6DDB15320E1133c40
Octal255155333256201642374100
Binary1010110111011011101101110101110010011101000100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6DDB; }

 p { color: rgb(173,109,219); }

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

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

 a { background-color: rgb(173,109,219); }

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

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

 span { border-color: rgb(173,109,219); }

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