#AC73DA

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

Shades of Amethyst #AC73DA

Tints of Amethyst #AC73DA

Color information

#AC73DA (or 0xAC73DA) is unknown color: approx Amethyst. HEX triplet: AC, 73 and DA. RGB value is (172,115,218). Sum of RGB (Red+Green+Blue) = 172+115+218=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC73DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73DA is #538C25. Grayscale: #8F8F8F. Windows color (decimal): -5475366 or 14316460. OLE color: 14316460.

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

Color convert

RGB172115218-
CMYK0.210.4700.15
HSL273.2º58.19%65.29%-
HSV(B)273.2º47.25%85.49%-
XYZ35.826.0969.48-
YUV143.78169.88148.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=34.06%
G=22.77%
B=43.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721152180.210.4700.15273.258.1965.29
HexAC73DA152F0F1113a41
Octal254163332255701742172101
Binary1010110011100111101101010101101111011111000100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC73DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC73DA; }

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

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

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

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

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

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

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

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