Html Css Color HEX #AA77D7 Amethyst

📋 copy color: '#AA77D7'

red 170 ◦ green 119 ◦ blue 215

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

Shades of Amethyst #AA77D7

Tints of Amethyst #AA77D7

RGB

 RED value IS 170 (66.8% from 255) = 33.73%

 GREEN value IS 119 (46.88% from 255) = 23.61%

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 33.73%
G = 23.61%
B = 42.66%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA77D7 (or 0xAA77D7) is known color: Amethyst. HEX triplet: AA, 77 and D7. RGB value is (170,119,215). Sum of RGB (Red+Green+Blue) = 170+119+215=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA77D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77D7 is #558828. Grayscale: #909090. Windows color (decimal): -5605417 or 14120874. OLE color: 14120874.

HSL color Cylindrical-coordinate representation of color #AA77D7: hue angle of 271.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA77D7 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 119 215 -
CMYK 0.21 0.45 0 0.16
HSL 271.88º 0.55% 0.65% -
HSV(B) 271.88º 0.45% 0.84% -
XYZ 35.44 26.65 67.57 -
YUV 145.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 170 119 215 0.21 0.45 0 0.16 271.88 0.55 0.65
Hex AA 77 D7 15 2D 0 10 110 37 41
Octal 252 167 327 25 55 0 20 420 67 101
Binary 10101010 1110111 11010111 10101 101101 0 10000 100010000 110111 1000001

Color Harmonies of #AA77D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77D7

Black with #AA77D7

Text Example


Text Example

White with #AA77D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77D7; }

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

 H1.HeaderClassName
 {
   color: #AA77D7;
 }
 .AnyTagClassName
 {
   color: #AA77D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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