#AA77DA

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

Shades of Amethyst #AA77DA

Tints of Amethyst #AA77DA

Color information

#AA77DA (or 0xAA77DA) is unknown color: approx Amethyst. HEX triplet: AA, 77 and DA. RGB value is (170,119,218). Sum of RGB (Red+Green+Blue) = 170+119+218=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77DA is #558825. Grayscale: #919191. Windows color (decimal): -5605414 or 14317482. OLE color: 14317482.

HSL color Cylindrical-coordinate representation of color #AA77DA: hue angle of 270.91º 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 #AA77DA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170119218-
CMYK0.220.4500.15
HSL270.91º57.23%66.08%-
HSV(B)270.91º45.41%85.49%-
XYZ35.8326.869.61-
YUV145.54168.9145.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=33.53%
G=23.47%
B=43.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701192180.220.4500.15270.9157.2366.08
HexAA77DA162D0F10f3942
Octal252167332265501741771102
Binary1010101011101111101101010110101101011111000011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77DA; }

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

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

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

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

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

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

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

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