Html Css Color HEX #AA79D8 Amethyst

📋 copy color: '#AA79D8'

red 170 ◦ green 121 ◦ blue 216

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

Shades of Amethyst #AA79D8

Tints of Amethyst #AA79D8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 33.53%
G = 23.87%
B = 42.6%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA79D8 (or 0xAA79D8) is known color: Amethyst. HEX triplet: AA, 79 and D8. RGB value is (170,121,216). Sum of RGB (Red+Green+Blue) = 170+121+216=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA79D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79D8 is #558627. Grayscale: #929292. Windows color (decimal): -5604904 or 14186922. OLE color: 14186922.

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

Color convert

RGB 170 121 216 -
CMYK 0.21 0.44 0 0.15
HSL 270.95º 0.55% 0.66% -
HSV(B) 270.95º 0.44% 0.85% -
XYZ 35.81 27.18 68.32 -
YUV 146.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 170 121 216 0.21 0.44 0 0.15 270.95 0.55 0.66
Hex AA 79 D8 15 2C 0 F 10F 37 42
Octal 252 171 330 25 54 0 17 417 67 102
Binary 10101010 1111001 11011000 10101 101100 0 1111 100001111 110111 1000010

Color Harmonies of #AA79D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79D8

Black with #AA79D8

Text Example


Text Example

White with #AA79D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79D8; }

 p { color: rgb(170,121,216); }

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

background-color css

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

 a { background-color: rgb(170,121,216); }

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

border-color css

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

 span { border-color: rgb(170,121,216); }

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