#AC72D4

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

Shades of Amethyst #AC72D4

Tints of Amethyst #AC72D4

Color information

#AC72D4 (or 0xAC72D4) is unknown color: approx Amethyst. HEX triplet: AC, 72 and D4. RGB value is (172,114,212). Sum of RGB (Red+Green+Blue) = 172+114+212=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC72D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72D4 is #538D2B. Grayscale: #8E8E8E. Windows color (decimal): -5475628 or 13922988. OLE color: 13922988.

HSL color Cylindrical-coordinate representation of color #AC72D4: hue angle of 275.51º 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 #AC72D4 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172114212-
CMYK0.190.4600.17
HSL275.51º53.26%63.92%-
HSV(B)275.51º46.23%83.14%-
XYZ34.9125.5665.38-
YUV142.51167.22149.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=34.54%
G=22.89%
B=42.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721142120.190.4600.17275.5153.2663.92
HexAC72D4132E0111143540
Octal254162324235602142465100
Binary10101100111001011010100100111011100100011000101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72D4; }

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

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

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

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

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

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

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

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