Html Css Color HEX #AA77D4 Amethyst

📋 copy color: '#AA77D4'

red 170 ◦ green 119 ◦ blue 212

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

Shades of Amethyst #AA77D4

Tints of Amethyst #AA77D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.32%

R = 33.93%
G = 23.75%
B = 42.32%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA77D4 (or 0xAA77D4) is known color: Amethyst. HEX triplet: AA, 77 and D4. RGB value is (170,119,212). Sum of RGB (Red+Green+Blue) = 170+119+212=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA77D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77D4 is #55882B. Grayscale: #909090. Windows color (decimal): -5605420 or 13924266. OLE color: 13924266.

HSL color Cylindrical-coordinate representation of color #AA77D4: hue angle of 272.9º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA77D4 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 119 212 -
CMYK 0.20 0.44 0 0.17
HSL 272.9º 0.52% 0.65% -
HSV(B) 272.9º 0.44% 0.83% -
XYZ 35.06 26.49 65.55 -
YUV 144.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 170 119 212 0.20 0.44 0 0.17 272.9 0.52 0.65
Hex AA 77 D4 14 2C 0 11 111 34 41
Octal 252 167 324 24 54 0 21 421 64 101
Binary 10101010 1110111 11010100 10100 101100 0 10001 100010001 110100 1000001

Color Harmonies of #AA77D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77D4

Black with #AA77D4

Text Example


Text Example

White with #AA77D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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