#AA6BE8

Color #AA6BE8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA6BE8

Tints of Medium Purple #AA6BE8

Color information

#AA6BE8 (or 0xAA6BE8) is unknown color: approx Medium Purple. HEX triplet: AA, 6B and E8. RGB value is (170,107,232). Sum of RGB (Red+Green+Blue) = 170+107+232=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA6BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BE8 is #559417. Grayscale: #8B8B8B. Windows color (decimal): -5608472 or 15231914. OLE color: 15231914.

HSL color Cylindrical-coordinate representation of color #AA6BE8: hue angle of 270.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6BE8 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170107232-
CMYK0.270.5400.09
HSL270.24º73.1%66.47%-
HSV(B)270.24º53.88%90.98%-
XYZ36.424.8979.23-
YUV140.09179.87149.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 232 (91.02% from 255) = 45.58%
R=33.40%
G=21.02%
B=45.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701072320.270.5400.09270.2473.166.47
HexAA6BE81B360910e4942
Octal2521533503366011416111102
Binary10101010110101111101000110111101100100110000111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BE8; }

 p { color: rgb(170,107,232); }

 H1.HeaderClassName
 {
   color: #AA6BE8;
 }
 .AnyTagClassName
 {
   color: #AA6BE8;
 }
</style>
background-color css

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

 a { background-color: rgb(170,107,232); }

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

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

 span { border-color: rgb(170,107,232); }

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