Html Css Color HEX #AA79D4 Amethyst

📋 copy color: '#AA79D4'

red 170 ◦ green 121 ◦ blue 212

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

Shades of Amethyst #AA79D4

Tints of Amethyst #AA79D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 33.8%
G = 24.06%
B = 42.15%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA79D4 (or 0xAA79D4) is known color: Amethyst. HEX triplet: AA, 79 and D4. RGB value is (170,121,212). Sum of RGB (Red+Green+Blue) = 170+121+212=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA79D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79D4 is #55862B. Grayscale: #919191. Windows color (decimal): -5604908 or 13924778. OLE color: 13924778.

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

Color convert

RGB 170 121 212 -
CMYK 0.20 0.43 0 0.17
HSL 272.31º 0.51% 0.65% -
HSV(B) 272.31º 0.43% 0.83% -
XYZ 35.3 26.97 65.63 -
YUV 146.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 170 121 212 0.20 0.43 0 0.17 272.31 0.51 0.65
Hex AA 79 D4 14 2B 0 11 110 33 41
Octal 252 171 324 24 53 0 21 420 63 101
Binary 10101010 1111001 11010100 10100 101011 0 10001 100010000 110011 1000001

Color Harmonies of #AA79D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79D4

Black with #AA79D4

Text Example


Text Example

White with #AA79D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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