#AD6EC4

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

Shades of Amethyst #AD6EC4

Tints of Amethyst #AD6EC4

Color information

#AD6EC4 (or 0xAD6EC4) is unknown color: approx Amethyst. HEX triplet: AD, 6E and C4. RGB value is (173,110,196). Sum of RGB (Red+Green+Blue) = 173+110+196=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD6EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EC4 is #52913B. Grayscale: #8A8A8A. Windows color (decimal): -5411132 or 12873389. OLE color: 12873389.

HSL color Cylindrical-coordinate representation of color #AD6EC4: hue angle of 283.95º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6EC4 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173110196-
CMYK0.120.4400.23
HSL283.95º42.16%60%-
HSV(B)283.95º43.88%76.86%-
XYZ32.7724.0255.13-
YUV138.64160.37152.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=36.12%
G=22.96%
B=40.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731101960.120.4400.23283.9542.1660
HexAD6EC4C2C01711c2a3c
Octal25515630414540274345274
Binary101011011101110110001001100101100010111100011100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6EC4; }

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

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

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

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

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

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

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

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