Html Css Color HEX #AA79EA Medium Purple

📋 copy color: '#AA79EA'

red 170 ◦ green 121 ◦ blue 234

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

Shades of Medium Purple #AA79EA

Tints of Medium Purple #AA79EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 32.38%
G = 23.05%
B = 44.57%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA79EA (or 0xAA79EA) is known color: Medium Purple. HEX triplet: AA, 79 and EA. RGB value is (170,121,234). Sum of RGB (Red+Green+Blue) = 170+121+234=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA79EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA79EA is #558615. Grayscale: #949494. Windows color (decimal): -5604886 or 15366570. OLE color: 15366570.

HSL color Cylindrical-coordinate representation of color #AA79EA: hue angle of 266.02º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA79EA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 121 234 -
CMYK 0.27 0.48 0 0.08
HSL 266.02º 0.73% 0.7% -
HSV(B) 266.02º 0.48% 0.92% -
XYZ 38.27 28.16 81.26 -
YUV 148.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 170 121 234 0.27 0.48 0 0.08 266.02 0.73 0.7
Hex AA 79 EA 1B 30 0 8 10A 49 46
Octal 252 171 352 33 60 0 10 412 111 106
Binary 10101010 1111001 11101010 11011 110000 0 1000 100001010 1001001 1000110

Color Harmonies of #AA79EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79EA

Black with #AA79EA

Text Example


Text Example

White with #AA79EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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