Html Css Color HEX #AA6AEE Medium Purple

📋 copy color: '#AA6AEE'

red 170 ◦ green 106 ◦ blue 238

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

Shades of Medium Purple #AA6AEE

Tints of Medium Purple #AA6AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.62%

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

R = 33.07%
G = 20.62%
B = 46.3%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA6AEE (or 0xAA6AEE) is known color: Medium Purple. HEX triplet: AA, 6A and EE. RGB value is (170,106,238). Sum of RGB (Red+Green+Blue) = 170+106+238=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA6AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AEE is #559511. Grayscale: #8B8B8B. Windows color (decimal): -5608722 or 15624874. OLE color: 15624874.

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

Color convert

RGB 170 106 238 -
CMYK 0.29 0.55 0 0.07
HSL 269.09º 0.8% 0.67% -
HSV(B) 269.09º 0.55% 0.93% -
XYZ 37.16 25.03 83.76 -
YUV 140.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 170 106 238 0.29 0.55 0 0.07 269.09 0.8 0.67
Hex AA 6A EE 1D 37 0 7 10D 50 43
Octal 252 152 356 35 67 0 7 415 120 103
Binary 10101010 1101010 11101110 11101 110111 0 111 100001101 1010000 1000011

Color Harmonies of #AA6AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AEE

Black with #AA6AEE

Text Example


Text Example

White with #AA6AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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