#AD72D4

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

Shades of Amethyst #AD72D4

Tints of Amethyst #AD72D4

Color information

#AD72D4 (or 0xAD72D4) is unknown color: approx Amethyst. HEX triplet: AD, 72 and D4. RGB value is (173,114,212). Sum of RGB (Red+Green+Blue) = 173+114+212=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD72D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72D4 is #528D2B. Grayscale: #8E8E8E. Windows color (decimal): -5410092 or 13922989. OLE color: 13922989.

HSL color Cylindrical-coordinate representation of color #AD72D4: hue angle of 276.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD72D4 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173114212-
CMYK0.180.4600.17
HSL276.12º53.26%63.92%-
HSV(B)276.12º46.23%83.14%-
XYZ35.1325.6765.39-
YUV142.81167.05149.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=34.67%
G=22.85%
B=42.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731142120.180.4600.17276.1253.2663.92
HexAD72D4122E0111143540
Octal255162324225602142465100
Binary10101101111001011010100100101011100100011000101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72D4; }

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

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

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

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

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

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

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

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