#AC72C8

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

Shades of Amethyst #AC72C8

Tints of Amethyst #AC72C8

Color information

#AC72C8 (or 0xAC72C8) is unknown color: approx Amethyst. HEX triplet: AC, 72 and C8. RGB value is (172,114,200). Sum of RGB (Red+Green+Blue) = 172+114+200=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC72C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72C8 is #538D37. Grayscale: #8C8C8C. Windows color (decimal): -5475640 or 13136556. OLE color: 13136556.

HSL color Cylindrical-coordinate representation of color #AC72C8: hue angle of 280.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC72C8 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172114200-
CMYK0.140.4300.22
HSL280.47º43.88%61.57%-
HSV(B)280.47º43%78.43%-
XYZ33.4624.9857.7-
YUV141.15161.22150.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=35.39%
G=23.46%
B=41.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721142000.140.4300.22280.4743.8861.57
HexAC72C8E2B0161182c3e
Octal25416231016530264305476
Binary101011001110010110010001110101011010110100011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72C8; }

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

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

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

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

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

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

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

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