#AC72CE

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

Shades of Amethyst #AC72CE

Tints of Amethyst #AC72CE

Color information

#AC72CE (or 0xAC72CE) is unknown color: approx Amethyst. HEX triplet: AC, 72 and CE. RGB value is (172,114,206). Sum of RGB (Red+Green+Blue) = 172+114+206=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC72CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72CE is #538D31. Grayscale: #8D8D8D. Windows color (decimal): -5475634 or 13529772. OLE color: 13529772.

HSL color Cylindrical-coordinate representation of color #AC72CE: hue angle of 277.83º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC72CE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172114206-
CMYK0.170.4500.19
HSL277.83º48.42%62.75%-
HSV(B)277.83º44.66%80.78%-
XYZ34.1725.2661.47-
YUV141.83164.22149.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=34.96%
G=23.17%
B=41.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721142060.170.4500.19277.8348.4262.75
HexAC72CE112D013116303f
Octal25416231621550234266077
Binary1010110011100101100111010001101101010011100010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72CE; }

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

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

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

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

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

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

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

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