Html Css Color HEX #AA6EEE Medium Purple

📋 copy color: '#AA6EEE'

red 170 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #AA6EEE

Tints of Medium Purple #AA6EEE

RGB

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

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

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

R = 32.82%
G = 21.24%
B = 45.95%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA6EEE (or 0xAA6EEE) is known color: Medium Purple. HEX triplet: AA, 6E and EE. RGB value is (170,110,238). Sum of RGB (Red+Green+Blue) = 170+110+238=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA6EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EEE is #559111. Grayscale: #8E8E8E. Windows color (decimal): -5607698 or 15625898. OLE color: 15625898.

HSL color Cylindrical-coordinate representation of color #AA6EEE: hue angle of 268.12º degrees, saturation: 0.79, 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 #AA6EEE is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 110 238 -
CMYK 0.29 0.54 0 0.07
HSL 268.13º 0.79% 0.68% -
HSV(B) 268.13º 0.54% 0.93% -
XYZ 37.59 25.87 83.9 -
YUV 142.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 170 110 238 0.29 0.54 0 0.07 268.13 0.79 0.68
Hex AA 6E EE 1D 36 0 7 10C 4F 44
Octal 252 156 356 35 66 0 7 414 117 104
Binary 10101010 1101110 11101110 11101 110110 0 111 100001100 1001111 1000100

Color Harmonies of #AA6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EEE

Black with #AA6EEE

Text Example


Text Example

White with #AA6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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