#AD72CF

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

Shades of Amethyst #AD72CF

Tints of Amethyst #AD72CF

Color information

#AD72CF (or 0xAD72CF) is unknown color: approx Amethyst. HEX triplet: AD, 72 and CF. RGB value is (173,114,207). Sum of RGB (Red+Green+Blue) = 173+114+207=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD72CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72CF is #528D30. Grayscale: #8D8D8D. Windows color (decimal): -5410097 or 13595309. OLE color: 13595309.

HSL color Cylindrical-coordinate representation of color #AD72CF: hue angle of 278.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD72CF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173114207-
CMYK0.160.4500.19
HSL278.06º49.21%62.94%-
HSV(B)278.06º44.93%81.18%-
XYZ34.5125.4262.12-
YUV142.24164.55149.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=35.02%
G=23.08%
B=41.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731142070.160.4500.19278.0649.2162.94
HexAD72CF102D013116313f
Octal25516231720550234266177
Binary1010110111100101100111110000101101010011100010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72CF; }

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

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

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

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

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

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

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

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