Html Css Color HEX #AA77CE Amethyst

📋 copy color: '#AA77CE'

red 170 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #AA77CE

Tints of Amethyst #AA77CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 34.34%
G = 24.04%
B = 41.62%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA77CE (or 0xAA77CE) is known color: Amethyst. HEX triplet: AA, 77 and CE. RGB value is (170,119,206). Sum of RGB (Red+Green+Blue) = 170+119+206=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77CE is #558831. Grayscale: #8F8F8F. Windows color (decimal): -5605426 or 13531050. OLE color: 13531050.

HSL color Cylindrical-coordinate representation of color #AA77CE: hue angle of 275.17º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA77CE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 119 206 -
CMYK 0.17 0.42 0 0.19
HSL 275.17º 0.47% 0.64% -
HSV(B) 275.17º 0.42% 0.81% -
XYZ 34.31 26.2 61.64 -
YUV 144.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 170 119 206 0.17 0.42 0 0.19 275.17 0.47 0.64
Hex AA 77 CE 11 2A 0 13 113 2F 40
Octal 252 167 316 21 52 0 23 423 57 100
Binary 10101010 1110111 11001110 10001 101010 0 10011 100010011 101111 1000000

Color Harmonies of #AA77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77CE

Black with #AA77CE

Text Example


Text Example

White with #AA77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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