#AD6AD9

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

Shades of Amethyst #AD6AD9

Tints of Amethyst #AD6AD9

Color information

#AD6AD9 (or 0xAD6AD9) is unknown color: approx Amethyst. HEX triplet: AD, 6A and D9. RGB value is (173,106,217). Sum of RGB (Red+Green+Blue) = 173+106+217=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD6AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AD9 is #529526. Grayscale: #8A8A8A. Windows color (decimal): -5412135 or 14248621. OLE color: 14248621.

HSL color Cylindrical-coordinate representation of color #AD6AD9: hue angle of 276.22º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6AD9 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173106217-
CMYK0.200.5100.15
HSL276.22º59.36%63.33%-
HSV(B)276.22º51.15%85.1%-
XYZ34.9124.268.48-
YUV138.69172.2152.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=34.88%
G=21.37%
B=43.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731062170.200.5100.15276.2259.3663.33
HexAD6AD914330F1143b3f
Octal25515233124630174247377
Binary101011011101010110110011010011001101111100010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AD9; }

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

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

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

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

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

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

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

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