Html Css Color HEX #AA77DB Amethyst

📋 copy color: '#AA77DB'

red 170 ◦ green 119 ◦ blue 219

#AA77DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #AA77DB

Tints of Amethyst #AA77DB

RGB

 RED value IS 170 (66.8% 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 value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA77DB (or 0xAA77DB) is known color: 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

RGB 170 119 219 -
CMYK 0.22 0.46 0 0.14
HSL 270.6º 0.58% 0.66% -
HSV(B) 270.6º 0.46% 0.86% -
XYZ 35.96 26.85 70.31 -
YUV 145.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 170 119 219 0.22 0.46 0 0.14 270.6 0.58 0.66
Hex AA 77 DB 16 2E 0 E 10F 3A 42
Octal 252 167 333 26 56 0 16 417 72 102
Binary 10101010 1110111 11011011 10110 101110 0 1110 100001111 111010 1000010

Color Harmonies of #AA77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77DB

Black with #AA77DB

Text Example


Text Example

White with #AA77DB

Text Example


Text Example

HTML Codes & Css Web 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>