Html Css Color HEX #AA80EC Medium Purple

📋 copy color: '#AA80EC'

red 170 ◦ green 128 ◦ blue 236

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

Shades of Medium Purple #AA80EC

Tints of Medium Purple #AA80EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.97%

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 31.84%
G = 23.97%
B = 44.19%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA80EC (or 0xAA80EC) is known color: Medium Purple. HEX triplet: AA, 80 and EC. RGB value is (170,128,236). Sum of RGB (Red+Green+Blue) = 170+128+236=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80EC is #557F13. Grayscale: #989898. Windows color (decimal): -5603092 or 15499434. OLE color: 15499434.

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

Color convert

RGB 170 128 236 -
CMYK 0.28 0.46 0 0.07
HSL 263.33º 0.74% 0.71% -
HSV(B) 263.33º 0.46% 0.93% -
XYZ 39.44 30.04 83.08 -
YUV 152.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 170 128 236 0.28 0.46 0 0.07 263.33 0.74 0.71
Hex AA 80 EC 1C 2E 0 7 107 4A 47
Octal 252 200 354 34 56 0 7 407 112 107
Binary 10101010 10000000 11101100 11100 101110 0 111 100000111 1001010 1000111

Color Harmonies of #AA80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80EC

Black with #AA80EC

Text Example


Text Example

White with #AA80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80EC; }

 p { color: rgb(170,128,236); }

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

background-color css

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

 a { background-color: rgb(170,128,236); }

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

border-color css

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

 span { border-color: rgb(170,128,236); }

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