#AD72DF

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

Shades of Amethyst #AD72DF

Tints of Amethyst #AD72DF

Color information

#AD72DF (or 0xAD72DF) is unknown color: approx Amethyst. HEX triplet: AD, 72 and DF. RGB value is (173,114,223). Sum of RGB (Red+Green+Blue) = 173+114+223=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72DF is #528D20. Grayscale: #8F8F8F. Windows color (decimal): -5410081 or 14643885. OLE color: 14643885.

HSL color Cylindrical-coordinate representation of color #AD72DF: hue angle of 272.48º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD72DF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173114223-
CMYK0.220.4900.13
HSL272.48º63.01%66.08%-
HSV(B)272.48º48.88%87.45%-
XYZ36.5726.2572.95-
YUV144.07172.55148.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 114 (44.92% from 255) = 22.35%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=33.92%
G=22.35%
B=43.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731142230.220.4900.13272.4863.0166.08
HexAD72DF16310D1103f42
Octal255162337266101542077102
Binary1010110111100101101111110110110001011011000100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72DF; }

 p { color: rgb(173,114,223); }

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

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

 a { background-color: rgb(173,114,223); }

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

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

 span { border-color: rgb(173,114,223); }

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