#AD6DDC

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

Shades of Amethyst #AD6DDC

Tints of Amethyst #AD6DDC

Color information

#AD6DDC (or 0xAD6DDC) is unknown color: approx Amethyst. HEX triplet: AD, 6D and DC. RGB value is (173,109,220). Sum of RGB (Red+Green+Blue) = 173+109+220=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD6DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DDC is #529223. Grayscale: #8C8C8C. Windows color (decimal): -5411364 or 14445997. OLE color: 14445997.

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

Color convert

RGB173109220-
CMYK0.210.5000.14
HSL274.59º61.33%64.51%-
HSV(B)274.59º50.45%86.27%-
XYZ35.6224.9970.66-
YUV140.79172.7150.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=34.46%
G=21.71%
B=43.82%

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
Decimal1731092200.210.5000.14274.5961.3364.51
HexAD6DDC15320E1133d41
Octal255155334256201642375101
Binary1010110111011011101110010101110010011101000100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6DDC; }

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

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

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

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

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

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

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

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