Html Css Color HEX #AA80EE Medium Purple

📋 copy color: '#AA80EE'

red 170 ◦ green 128 ◦ blue 238

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

Shades of Medium Purple #AA80EE

Tints of Medium Purple #AA80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 31.72%
G = 23.88%
B = 44.4%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA80EE (or 0xAA80EE) is known color: Medium Purple. HEX triplet: AA, 80 and EE. RGB value is (170,128,238). Sum of RGB (Red+Green+Blue) = 170+128+238=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80EE is #557F11. Grayscale: #989898. Windows color (decimal): -5603090 or 15630506. OLE color: 15630506.

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

Color convert

RGB 170 128 238 -
CMYK 0.29 0.46 0 0.07
HSL 262.91º 0.76% 0.72% -
HSV(B) 262.91º 0.46% 0.93% -
XYZ 39.73 30.16 84.62 -
YUV 153.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 170 128 238 0.29 0.46 0 0.07 262.91 0.76 0.72
Hex AA 80 EE 1D 2E 0 7 107 4C 48
Octal 252 200 356 35 56 0 7 407 114 110
Binary 10101010 10000000 11101110 11101 101110 0 111 100000111 1001100 1001000

Color Harmonies of #AA80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80EE

Black with #AA80EE

Text Example


Text Example

White with #AA80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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