#AD6ECD

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

Shades of Amethyst #AD6ECD

Tints of Amethyst #AD6ECD

Color information

#AD6ECD (or 0xAD6ECD) is unknown color: approx Amethyst. HEX triplet: AD, 6E and CD. RGB value is (173,110,205). Sum of RGB (Red+Green+Blue) = 173+110+205=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ECD is #529132. Grayscale: #8B8B8B. Windows color (decimal): -5411123 or 13463213. OLE color: 13463213.

HSL color Cylindrical-coordinate representation of color #AD6ECD: hue angle of 279.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6ECD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173110205-
CMYK0.160.4600.20
HSL279.79º48.72%61.76%-
HSV(B)279.79º46.34%80.39%-
XYZ33.8324.4460.69-
YUV139.67164.87151.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=35.45%
G=22.54%
B=42.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731102050.160.4600.20279.7948.7261.76
HexAD6ECD102E014118313e
Octal25515631520560244306176
Binary1010110111011101100110110000101110010100100011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ECD; }

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

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

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

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

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

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

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

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