Html Css Color HEX #AA6EFF Medium Purple

📋 copy color: '#AA6EFF'

red 170 ◦ green 110 ◦ blue 255

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

Shades of Medium Purple #AA6EFF

Tints of Medium Purple #AA6EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 31.78%
G = 20.56%
B = 47.66%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA6EFF (or 0xAA6EFF) is known color: Medium Purple. HEX triplet: AA, 6E and FF. RGB value is (170,110,255). Sum of RGB (Red+Green+Blue) = 170+110+255=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EFF is #559100. Grayscale: #8F8F8F. Windows color (decimal): -5607681 or 16740010. OLE color: 16740010.

HSL color Cylindrical-coordinate representation of color #AA6EFF: hue angle of 264.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6EFF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 110 255 -
CMYK 0.33 0.57 0 0
HSL 264.83º 1% 0.72% -
HSV(B) 264.83º 0.57% 1% -
XYZ 40.2 26.92 97.68 -
YUV 144.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 170 110 255 0.33 0.57 0 0 264.83 1 0.72
Hex AA 6E FF 21 39 0 0 109 64 48
Octal 252 156 377 41 71 0 0 411 144 110
Binary 10101010 1101110 11111111 100001 111001 0 0 100001001 1100100 1001000

Color Harmonies of #AA6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EFF

Black with #AA6EFF

Text Example


Text Example

White with #AA6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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