#AA6FEA

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

Shades of Medium Purple #AA6FEA

Tints of Medium Purple #AA6FEA

Color information

#AA6FEA (or 0xAA6FEA) is unknown color: approx Medium Purple. HEX triplet: AA, 6F and EA. RGB value is (170,111,234). Sum of RGB (Red+Green+Blue) = 170+111+234=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FEA is #559015. Grayscale: #8E8E8E. Windows color (decimal): -5607446 or 15364010. OLE color: 15364010.

HSL color Cylindrical-coordinate representation of color #AA6FEA: hue angle of 268.78º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6FEA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170111234-
CMYK0.270.5300.08
HSL268.78º74.55%67.65%-
HSV(B)268.78º52.56%91.76%-
XYZ37.1125.8680.88-
YUV142.66179.55147.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=33.01%
G=21.55%
B=45.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701112340.270.5300.08268.7874.5567.65
HexAA6FEA1B350810d4b44
Octal2521573523365010415113104
Binary10101010110111111101010110111101010100010000110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FEA; }

 p { color: rgb(170,111,234); }

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

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

 a { background-color: rgb(170,111,234); }

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

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

 span { border-color: rgb(170,111,234); }

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