Html Css Color HEX #AA79D5 Amethyst

📋 copy color: '#AA79D5'

red 170 ◦ green 121 ◦ blue 213

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

Shades of Amethyst #AA79D5

Tints of Amethyst #AA79D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 33.73%
G = 24.01%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA79D5 (or 0xAA79D5) is known color: Amethyst. HEX triplet: AA, 79 and D5. RGB value is (170,121,213). Sum of RGB (Red+Green+Blue) = 170+121+213=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA79D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79D5 is #55862A. Grayscale: #919191. Windows color (decimal): -5604907 or 13990314. OLE color: 13990314.

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

Color convert

RGB 170 121 213 -
CMYK 0.20 0.43 0 0.16
HSL 271.96º 0.52% 0.65% -
HSV(B) 271.96º 0.43% 0.84% -
XYZ 35.43 27.02 66.3 -
YUV 146.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 170 121 213 0.20 0.43 0 0.16 271.96 0.52 0.65
Hex AA 79 D5 14 2B 0 10 110 34 41
Octal 252 171 325 24 53 0 20 420 64 101
Binary 10101010 1111001 11010101 10100 101011 0 10000 100010000 110100 1000001

Color Harmonies of #AA79D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79D5

Black with #AA79D5

Text Example


Text Example

White with #AA79D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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