#AA70ED

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

Shades of Medium Purple #AA70ED

Tints of Medium Purple #AA70ED

Color information

#AA70ED (or 0xAA70ED) is unknown color: approx Medium Purple. HEX triplet: AA, 70 and ED. RGB value is (170,112,237). Sum of RGB (Red+Green+Blue) = 170+112+237=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA70ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70ED is #558F12. Grayscale: #8F8F8F. Windows color (decimal): -5607187 or 15560874. OLE color: 15560874.

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

Color convert

RGB170112237-
CMYK0.280.5300.07
HSL267.84º77.64%68.43%-
HSV(B)267.84º52.74%92.94%-
XYZ37.6626.2583.2-
YUV143.59180.72146.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=32.76%
G=21.58%
B=45.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701122370.280.5300.07267.8477.6468.43
HexAA70ED1C350710c4e44
Octal252160355346507414116104
Binary1010101011100001110110111100110101011110000110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70ED; }

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

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

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

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

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

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

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

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