#AA78ED

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

Shades of Medium Purple #AA78ED

Tints of Medium Purple #AA78ED

Color information

#AA78ED (or 0xAA78ED) is unknown color: approx Medium Purple. HEX triplet: AA, 78 and ED. RGB value is (170,120,237). Sum of RGB (Red+Green+Blue) = 170+120+237=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA78ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78ED is #558712. Grayscale: #939393. Windows color (decimal): -5605139 or 15562922. OLE color: 15562922.

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

Color convert

RGB170120237-
CMYK0.280.4900.07
HSL265.64º76.47%70%-
HSV(B)265.64º49.37%92.94%-
XYZ38.5828.0983.51-
YUV148.29178.06143.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=32.26%
G=22.77%
B=44.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701202370.280.4900.07265.6476.4770
HexAA78ED1C310710a4c46
Octal252170355346107412114106
Binary1010101011110001110110111100110001011110000101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78ED; }

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

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

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

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

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

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

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

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