#AA70EA

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

Shades of Medium Purple #AA70EA

Tints of Medium Purple #AA70EA

Color information

#AA70EA (or 0xAA70EA) is unknown color: approx Medium Purple. HEX triplet: AA, 70 and EA. RGB value is (170,112,234). Sum of RGB (Red+Green+Blue) = 170+112+234=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA70EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70EA is #558F15. Grayscale: #8E8E8E. Windows color (decimal): -5607190 or 15364266. OLE color: 15364266.

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

Color convert

RGB170112234-
CMYK0.270.5200.08
HSL268.52º74.39%67.84%-
HSV(B)268.52º52.14%91.76%-
XYZ37.2226.0780.91-
YUV143.25179.22147.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 112 (44.14% from 255) = 21.71%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=32.95%
G=21.71%
B=45.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701122340.270.5200.08268.5274.3967.84
HexAA70EA1B340810d4a44
Octal2521603523364010415112104
Binary10101010111000011101010110111101000100010000110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70EA; }

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

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

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

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

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

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

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

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