#AC72CC

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

Shades of Amethyst #AC72CC

Tints of Amethyst #AC72CC

Color information

#AC72CC (or 0xAC72CC) is unknown color: approx Amethyst. HEX triplet: AC, 72 and CC. RGB value is (172,114,204). Sum of RGB (Red+Green+Blue) = 172+114+204=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC72CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72CC is #538D33. Grayscale: #8D8D8D. Windows color (decimal): -5475636 or 13398700. OLE color: 13398700.

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

Color convert

RGB172114204-
CMYK0.160.4400.2
HSL278.67º46.88%62.35%-
HSV(B)278.67º44.12%80%-
XYZ33.9325.1660.2-
YUV141.6163.22149.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=35.10%
G=23.27%
B=41.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721142040.160.4400.2278.6746.8862.35
HexAC72CC102C0141172f3e
Octal25416231420540244275776
Binary1010110011100101100110010000101100010100100010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72CC; }

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

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

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

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

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

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

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

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