#AD73D5

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

Shades of Amethyst #AD73D5

Tints of Amethyst #AD73D5

Color information

#AD73D5 (or 0xAD73D5) is unknown color: approx Amethyst. HEX triplet: AD, 73 and D5. RGB value is (173,115,213). Sum of RGB (Red+Green+Blue) = 173+115+213=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD73D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73D5 is #528C2A. Grayscale: #8F8F8F. Windows color (decimal): -5409835 or 13988781. OLE color: 13988781.

HSL color Cylindrical-coordinate representation of color #AD73D5: hue angle of 275.51º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD73D5 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173115213-
CMYK0.190.4600.16
HSL275.51º53.85%64.31%-
HSV(B)275.51º46.01%83.53%-
XYZ35.3725.9566.1-
YUV143.51167.22149.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=34.53%
G=22.95%
B=42.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731152130.190.4600.16275.5153.8564.31
HexAD73D5132E0101143640
Octal255163325235602042466100
Binary10101101111001111010101100111011100100001000101001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73D5; }

 p { color: rgb(173,115,213); }

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

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

 a { background-color: rgb(173,115,213); }

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

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

 span { border-color: rgb(173,115,213); }

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