#AA70EE

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

Shades of Medium Purple #AA70EE

Tints of Medium Purple #AA70EE

Color information

#AA70EE (or 0xAA70EE) is unknown color: approx Medium Purple. HEX triplet: AA, 70 and EE. RGB value is (170,112,238). Sum of RGB (Red+Green+Blue) = 170+112+238=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA70EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70EE is #558F11. Grayscale: #8F8F8F. Windows color (decimal): -5607186 or 15626410. OLE color: 15626410.

HSL color Cylindrical-coordinate representation of color #AA70EE: hue angle of 267.62º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA70EE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170112238-
CMYK0.290.5300.07
HSL267.62º78.75%68.63%-
HSV(B)267.62º52.94%93.33%-
XYZ37.826.3183.97-
YUV143.71181.22146.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 112 (44.14% from 255) = 21.54%
BLUE value IS 238 (93.36% from 255) = 45.77%
R=32.69%
G=21.54%
B=45.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701122380.290.5300.07267.6278.7568.63
HexAA70EE1D350710c4f45
Octal252160356356507414117105
Binary1010101011100001110111011101110101011110000110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70EE; }

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

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

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

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

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

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

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

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