#AC77DA

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

Shades of Amethyst #AC77DA

Tints of Amethyst #AC77DA

Color information

#AC77DA (or 0xAC77DA) is unknown color: approx Amethyst. HEX triplet: AC, 77 and DA. RGB value is (172,119,218). Sum of RGB (Red+Green+Blue) = 172+119+218=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77DA is #538825. Grayscale: #919191. Windows color (decimal): -5474342 or 14317484. OLE color: 14317484.

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

Color convert

RGB172119218-
CMYK0.210.4500.15
HSL272.12º57.23%66.08%-
HSV(B)272.12º45.41%85.49%-
XYZ36.2627.0369.63-
YUV146.13168.56146.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=33.79%
G=23.38%
B=42.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721192180.210.4500.15272.1257.2366.08
HexAC77DA152D0F1103942
Octal254167332255501742071102
Binary1010110011101111101101010101101101011111000100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77DA; }

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

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

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

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

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

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

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

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