Html Css Color HEX #AA79D0 Amethyst

📋 copy color: '#AA79D0'

red 170 ◦ green 121 ◦ blue 208

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

Shades of Amethyst #AA79D0

Tints of Amethyst #AA79D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 34.07%
G = 24.25%
B = 41.68%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA79D0 (or 0xAA79D0) is known color: Amethyst. HEX triplet: AA, 79 and D0. RGB value is (170,121,208). Sum of RGB (Red+Green+Blue) = 170+121+208=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79D0 is #55862F. Grayscale: #919191. Windows color (decimal): -5604912 or 13662634. OLE color: 13662634.

HSL color Cylindrical-coordinate representation of color #AA79D0: hue angle of 273.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA79D0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 121 208 -
CMYK 0.18 0.42 0 0.18
HSL 273.79º 0.48% 0.65% -
HSV(B) 273.79º 0.42% 0.82% -
XYZ 34.8 26.77 63.01 -
YUV 145.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 170 121 208 0.18 0.42 0 0.18 273.79 0.48 0.65
Hex AA 79 D0 12 2A 0 12 112 30 41
Octal 252 171 320 22 52 0 22 422 60 101
Binary 10101010 1111001 11010000 10010 101010 0 10010 100010010 110000 1000001

Color Harmonies of #AA79D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79D0

Black with #AA79D0

Text Example


Text Example

White with #AA79D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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