Html Css Color HEX #AA77DA Amethyst

📋 copy color: '#AA77DA'

red 170 ◦ green 119 ◦ blue 218

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

Shades of Amethyst #AA77DA

Tints of Amethyst #AA77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 33.53%
G = 23.47%
B = 43%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA77DA (or 0xAA77DA) is known color: Amethyst. HEX triplet: AA, 77 and DA. RGB value is (170,119,218). Sum of RGB (Red+Green+Blue) = 170+119+218=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77DA is #558825. Grayscale: #919191. Windows color (decimal): -5605414 or 14317482. OLE color: 14317482.

HSL color Cylindrical-coordinate representation of color #AA77DA: hue angle of 270.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA77DA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 119 218 -
CMYK 0.22 0.45 0 0.15
HSL 270.91º 0.57% 0.66% -
HSV(B) 270.91º 0.45% 0.85% -
XYZ 35.83 26.8 69.61 -
YUV 145.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 170 119 218 0.22 0.45 0 0.15 270.91 0.57 0.66
Hex AA 77 DA 16 2D 0 F 10F 39 42
Octal 252 167 332 26 55 0 17 417 71 102
Binary 10101010 1110111 11011010 10110 101101 0 1111 100001111 111001 1000010

Color Harmonies of #AA77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77DA

Black with #AA77DA

Text Example


Text Example

White with #AA77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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