Html Css Color HEX #AA79ED Medium Purple

📋 copy color: '#AA79ED'

red 170 ◦ green 121 ◦ blue 237

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

Shades of Medium Purple #AA79ED

Tints of Medium Purple #AA79ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 32.2%
G = 22.92%
B = 44.89%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA79ED (or 0xAA79ED) is known color: Medium Purple. HEX triplet: AA, 79 and ED. RGB value is (170,121,237). Sum of RGB (Red+Green+Blue) = 170+121+237=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA79ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA79ED is #558612. Grayscale: #949494. Windows color (decimal): -5604883 or 15563178. OLE color: 15563178.

HSL color Cylindrical-coordinate representation of color #AA79ED: hue angle of 265.34º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA79ED is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 121 237 -
CMYK 0.28 0.49 0 0.07
HSL 265.34º 0.76% 0.7% -
HSV(B) 265.34º 0.49% 0.93% -
XYZ 38.7 28.34 83.55 -
YUV 148.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 170 121 237 0.28 0.49 0 0.07 265.34 0.76 0.7
Hex AA 79 ED 1C 31 0 7 109 4C 46
Octal 252 171 355 34 61 0 7 411 114 106
Binary 10101010 1111001 11101101 11100 110001 0 111 100001001 1001100 1000110

Color Harmonies of #AA79ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79ED

Black with #AA79ED

Text Example


Text Example

White with #AA79ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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