Html Css Color HEX #AA79FA Medium Purple

📋 copy color: '#AA79FA'

red 170 ◦ green 121 ◦ blue 250

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

Shades of Medium Purple #AA79FA

Tints of Medium Purple #AA79FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 31.42%
G = 22.37%
B = 46.21%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA79FA (or 0xAA79FA) is known color: Medium Purple. HEX triplet: AA, 79 and FA. RGB value is (170,121,250). Sum of RGB (Red+Green+Blue) = 170+121+250=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA79FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA79FA is #558605. Grayscale: #959595. Windows color (decimal): -5604870 or 16415146. OLE color: 16415146.

HSL color Cylindrical-coordinate representation of color #AA79FA: hue angle of 262.79º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA79FA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 121 250 -
CMYK 0.32 0.52 0 0.02
HSL 262.79º 0.93% 0.73% -
HSV(B) 262.79º 0.52% 0.98% -
XYZ 40.67 29.12 93.92 -
YUV 150.36 184.23 142.01 -
System Red Green Blue C M Y K H S L
Decimal 170 121 250 0.32 0.52 0 0.02 262.79 0.93 0.73
Hex AA 79 FA 20 34 0 2 107 5D 49
Octal 252 171 372 40 64 0 2 407 135 111
Binary 10101010 1111001 11111010 100000 110100 0 10 100000111 1011101 1001001

Color Harmonies of #AA79FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79FA

Black with #AA79FA

Text Example


Text Example

White with #AA79FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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