Html Css Color HEX #AA79CF Amethyst

📋 copy color: '#AA79CF'

red 170 ◦ green 121 ◦ blue 207

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

Shades of Amethyst #AA79CF

Tints of Amethyst #AA79CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 34.14%
G = 24.3%
B = 41.57%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA79CF (or 0xAA79CF) is known color: Amethyst. HEX triplet: AA, 79 and CF. RGB value is (170,121,207). Sum of RGB (Red+Green+Blue) = 170+121+207=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA79CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79CF is #558630. Grayscale: #919191. Windows color (decimal): -5604913 or 13597098. OLE color: 13597098.

HSL color Cylindrical-coordinate representation of color #AA79CF: hue angle of 274.19º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA79CF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 121 207 -
CMYK 0.18 0.42 0 0.19
HSL 274.19º 0.47% 0.64% -
HSV(B) 274.19º 0.42% 0.81% -
XYZ 34.68 26.73 62.36 -
YUV 145.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 170 121 207 0.18 0.42 0 0.19 274.19 0.47 0.64
Hex AA 79 CF 12 2A 0 13 112 2F 40
Octal 252 171 317 22 52 0 23 422 57 100
Binary 10101010 1111001 11001111 10010 101010 0 10011 100010010 101111 1000000

Color Harmonies of #AA79CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79CF

Black with #AA79CF

Text Example


Text Example

White with #AA79CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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