#AC78ED

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

Shades of Medium Purple #AC78ED

Tints of Medium Purple #AC78ED

Color information

#AC78ED (or 0xAC78ED) is unknown color: approx Medium Purple. HEX triplet: AC, 78 and ED. RGB value is (172,120,237). Sum of RGB (Red+Green+Blue) = 172+120+237=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC78ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78ED is #538712. Grayscale: #949494. Windows color (decimal): -5474067 or 15562924. OLE color: 15562924.

HSL color Cylindrical-coordinate representation of color #AC78ED: hue angle of 266.67º 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 #AC78ED is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172120237-
CMYK0.270.4900.07
HSL266.67º76.47%70%-
HSV(B)266.67º49.37%92.94%-
XYZ39.0228.3283.53-
YUV148.89177.73144.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=32.51%
G=22.68%
B=44.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721202370.270.4900.07266.6776.4770
HexAC78ED1B310710b4c46
Octal254170355336107413114106
Binary1010110011110001110110111011110001011110000101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC78ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC78ED; }

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

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

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

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

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

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

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

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