Html Css Color HEX #AA83EE Medium Purple

📋 copy color: '#AA83EE'

red 170 ◦ green 131 ◦ blue 238

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

Shades of Medium Purple #AA83EE

Tints of Medium Purple #AA83EE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.3%

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

R = 31.54%
G = 24.3%
B = 44.16%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA83EE (or 0xAA83EE) is known color: Medium Purple. HEX triplet: AA, 83 and EE. RGB value is (170,131,238). Sum of RGB (Red+Green+Blue) = 170+131+238=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA83EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83EE is #557C11. Grayscale: #9A9A9A. Windows color (decimal): -5602322 or 15631274. OLE color: 15631274.

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

Color convert

RGB 170 131 238 -
CMYK 0.29 0.45 0 0.07
HSL 261.87º 0.76% 0.72% -
HSV(B) 261.87º 0.45% 0.93% -
XYZ 40.13 30.95 84.75 -
YUV 154.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 170 131 238 0.29 0.45 0 0.07 261.87 0.76 0.72
Hex AA 83 EE 1D 2D 0 7 106 4C 48
Octal 252 203 356 35 55 0 7 406 114 110
Binary 10101010 10000011 11101110 11101 101101 0 111 100000110 1001100 1001000

Color Harmonies of #AA83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83EE

Black with #AA83EE

Text Example


Text Example

White with #AA83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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