#AC72CA

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

Shades of Amethyst #AC72CA

Tints of Amethyst #AC72CA

Color information

#AC72CA (or 0xAC72CA) is unknown color: approx Amethyst. HEX triplet: AC, 72 and CA. RGB value is (172,114,202). Sum of RGB (Red+Green+Blue) = 172+114+202=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC72CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72CA is #538D35. Grayscale: #8D8D8D. Windows color (decimal): -5475638 or 13267628. OLE color: 13267628.

HSL color Cylindrical-coordinate representation of color #AC72CA: hue angle of 279.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC72CA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172114202-
CMYK0.150.4400.21
HSL279.55º45.36%61.96%-
HSV(B)279.55º43.56%79.22%-
XYZ33.6925.0758.94-
YUV141.37162.22149.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=35.25%
G=23.36%
B=41.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721142020.150.4400.21279.5545.3661.96
HexAC72CAF2C0151182d3e
Octal25416231217540254305576
Binary101011001110010110010101111101100010101100011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72CA; }

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

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

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

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

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

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

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

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