#AD6AE5

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

Shades of Amethyst #AD6AE5

Tints of Amethyst #AD6AE5

Color information

#AD6AE5 (or 0xAD6AE5) is unknown color: approx Amethyst. HEX triplet: AD, 6A and E5. RGB value is (173,106,229). Sum of RGB (Red+Green+Blue) = 173+106+229=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD6AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AE5 is #52951A. Grayscale: #8B8B8B. Windows color (decimal): -5412123 or 15035053. OLE color: 15035053.

HSL color Cylindrical-coordinate representation of color #AD6AE5: hue angle of 272.68º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6AE5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173106229-
CMYK0.240.5400.10
HSL272.68º70.29%65.69%-
HSV(B)272.68º53.71%89.8%-
XYZ36.5324.8577-
YUV140.05178.2151.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 229 (89.84% from 255) = 45.08%
R=34.06%
G=20.87%
B=45.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731062290.240.5400.10272.6870.2965.69
HexAD6AE518360A1114642
Octal2551523453066012421106102
Binary10101101110101011100101110001101100101010001000110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AE5; }

 p { color: rgb(173,106,229); }

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

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

 a { background-color: rgb(173,106,229); }

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

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

 span { border-color: rgb(173,106,229); }

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