#AC78EA

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

Shades of Medium Purple #AC78EA

Tints of Medium Purple #AC78EA

Color information

#AC78EA (or 0xAC78EA) is unknown color: approx Medium Purple. HEX triplet: AC, 78 and EA. RGB value is (172,120,234). Sum of RGB (Red+Green+Blue) = 172+120+234=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC78EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78EA is #538715. Grayscale: #949494. Windows color (decimal): -5474070 or 15366316. OLE color: 15366316.

HSL color Cylindrical-coordinate representation of color #AC78EA: hue angle of 267.37º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC78EA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172120234-
CMYK0.260.4900.08
HSL267.37º73.08%69.41%-
HSV(B)267.37º48.72%91.76%-
XYZ38.5828.1481.24-
YUV148.54176.23144.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 120 (47.27% from 255) = 22.81%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=32.70%
G=22.81%
B=44.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721202340.260.4900.08267.3773.0869.41
HexAC78EA1A310810b4945
Octal2541703523261010413111105
Binary10101100111100011101010110101100010100010000101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC78EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC78EA; }

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

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

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

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

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

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

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

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