#AD72CD

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

Shades of Amethyst #AD72CD

Tints of Amethyst #AD72CD

Color information

#AD72CD (or 0xAD72CD) is unknown color: approx Amethyst. HEX triplet: AD, 72 and CD. RGB value is (173,114,205). Sum of RGB (Red+Green+Blue) = 173+114+205=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD72CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72CD is #528D32. Grayscale: #8D8D8D. Windows color (decimal): -5410099 or 13464237. OLE color: 13464237.

HSL color Cylindrical-coordinate representation of color #AD72CD: hue angle of 278.9º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD72CD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173114205-
CMYK0.160.4400.20
HSL278.9º47.64%62.55%-
HSV(B)278.9º44.39%80.39%-
XYZ34.2725.3360.84-
YUV142.01163.55150.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=35.16%
G=23.17%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731142050.160.4400.20278.947.6462.55
HexAD72CD102C014117303f
Octal25516231520540244276077
Binary1010110111100101100110110000101100010100100010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72CD; }

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

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

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

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

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

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

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

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