#AC80EE

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

Shades of Medium Purple #AC80EE

Tints of Medium Purple #AC80EE

Color information

#AC80EE (or 0xAC80EE) is unknown color: approx Medium Purple. HEX triplet: AC, 80 and EE. RGB value is (172,128,238). Sum of RGB (Red+Green+Blue) = 172+128+238=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80EE is #537F11. Grayscale: #999999. Windows color (decimal): -5472018 or 15630508. OLE color: 15630508.

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

Color convert

RGB172128238-
CMYK0.280.4600.07
HSL264º76.39%71.76%-
HSV(B)264º46.22%93.33%-
XYZ40.1730.3884.64-
YUV153.7175.58141.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=31.97%
G=23.79%
B=44.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721282380.280.4600.0726476.3971.76
HexAC80EE1C2E071084c48
Octal254200356345607410114110
Binary10101100100000001110111011100101110011110000100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80EE; }

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

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

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

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

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

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

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

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