#AC76DA

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

Shades of Amethyst #AC76DA

Tints of Amethyst #AC76DA

Color information

#AC76DA (or 0xAC76DA) is unknown color: approx Amethyst. HEX triplet: AC, 76 and DA. RGB value is (172,118,218). Sum of RGB (Red+Green+Blue) = 172+118+218=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC76DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76DA is #538925. Grayscale: #919191. Windows color (decimal): -5474598 or 14317228. OLE color: 14317228.

HSL color Cylindrical-coordinate representation of color #AC76DA: hue angle of 272.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC76DA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172118218-
CMYK0.210.4600.15
HSL272.4º57.47%65.88%-
HSV(B)272.4º45.87%85.49%-
XYZ36.1526.7969.6-
YUV145.55168.89146.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=33.86%
G=23.23%
B=42.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721182180.210.4600.15272.457.4765.88
HexAC76DA152E0F1103942
Octal254166332255601742071102
Binary1010110011101101101101010101101110011111000100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76DA; }

 p { color: rgb(172,118,218); }

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

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

 a { background-color: rgb(172,118,218); }

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

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

 span { border-color: rgb(172,118,218); }

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