#AD73D0

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

Shades of Amethyst #AD73D0

Tints of Amethyst #AD73D0

Color information

#AD73D0 (or 0xAD73D0) is unknown color: approx Amethyst. HEX triplet: AD, 73 and D0. RGB value is (173,115,208). Sum of RGB (Red+Green+Blue) = 173+115+208=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD73D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73D0 is #528C2F. Grayscale: #8E8E8E. Windows color (decimal): -5409840 or 13661101. OLE color: 13661101.

HSL color Cylindrical-coordinate representation of color #AD73D0: hue angle of 277.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD73D0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173115208-
CMYK0.170.4500.18
HSL277.42º49.73%63.33%-
HSV(B)277.42º44.71%81.57%-
XYZ34.7525.762.8-
YUV142.94164.72149.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=34.88%
G=23.19%
B=41.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731152080.170.4500.18277.4249.7363.33
HexAD73D0112D012115323f
Octal25516332021550224256277
Binary1010110111100111101000010001101101010010100010101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73D0; }

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

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

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

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

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

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

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

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