Html Css Color HEX #AA6EED Medium Purple

📋 copy color: '#AA6EED'

red 170 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #AA6EED

Tints of Medium Purple #AA6EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.28%

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

R = 32.88%
G = 21.28%
B = 45.84%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA6EED (or 0xAA6EED) is known color: Medium Purple. HEX triplet: AA, 6E and ED. RGB value is (170,110,237). Sum of RGB (Red+Green+Blue) = 170+110+237=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA6EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EED is #559112. Grayscale: #8D8D8D. Windows color (decimal): -5607699 or 15560362. OLE color: 15560362.

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

Color convert

RGB 170 110 237 -
CMYK 0.28 0.54 0 0.07
HSL 268.35º 0.78% 0.68% -
HSV(B) 268.35º 0.54% 0.93% -
XYZ 37.44 25.81 83.13 -
YUV 142.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 170 110 237 0.28 0.54 0 0.07 268.35 0.78 0.68
Hex AA 6E ED 1C 36 0 7 10C 4E 44
Octal 252 156 355 34 66 0 7 414 116 104
Binary 10101010 1101110 11101101 11100 110110 0 111 100001100 1001110 1000100

Color Harmonies of #AA6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EED

Black with #AA6EED

Text Example


Text Example

White with #AA6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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