#AA77DB

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

Shades of Amethyst #AA77DB

Tints of Amethyst #AA77DB

Color information

#AA77DB (or 0xAA77DB) is unknown color: approx Amethyst. HEX triplet: AA, 77 and DB. RGB value is (170,119,219). Sum of RGB (Red+Green+Blue) = 170+119+219=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77DB is #558824. Grayscale: #919191. Windows color (decimal): -5605413 or 14383018. OLE color: 14383018.

HSL color Cylindrical-coordinate representation of color #AA77DB: hue angle of 270.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA77DB is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170119219-
CMYK0.220.4600.14
HSL270.6º58.14%66.27%-
HSV(B)270.6º45.66%85.88%-
XYZ35.9626.8570.31-
YUV145.65169.4145.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=33.46%
G=23.43%
B=43.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701192190.220.4600.14270.658.1466.27
HexAA77DB162E0E10f3a42
Octal252167333265601641772102
Binary1010101011101111101101110110101110011101000011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77DB; }

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

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

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

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

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

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

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

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