#AC80EA

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

Shades of Medium Purple #AC80EA

Tints of Medium Purple #AC80EA

Color information

#AC80EA (or 0xAC80EA) is unknown color: approx Medium Purple. HEX triplet: AC, 80 and EA. RGB value is (172,128,234). Sum of RGB (Red+Green+Blue) = 172+128+234=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC80EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80EA is #537F15. Grayscale: #989898. Windows color (decimal): -5472022 or 15368364. OLE color: 15368364.

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

Color convert

RGB172128234-
CMYK0.260.4500.08
HSL264.91º71.62%70.98%-
HSV(B)264.91º45.3%91.76%-
XYZ39.5830.1581.58-
YUV153.24173.58141.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=32.21%
G=23.97%
B=43.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721282340.260.4500.08264.9171.6270.98
HexAC80EA1A2D081094847
Octal2542003523255010411110107
Binary101011001000000011101010110101011010100010000100110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80EA; }

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

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

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

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

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

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

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

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