#AC71EE

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

Shades of Medium Purple #AC71EE

Tints of Medium Purple #AC71EE

Color information

#AC71EE (or 0xAC71EE) is unknown color: approx Medium Purple. HEX triplet: AC, 71 and EE. RGB value is (172,113,238). Sum of RGB (Red+Green+Blue) = 172+113+238=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC71EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71EE is #538E11. Grayscale: #909090. Windows color (decimal): -5475858 or 15626668. OLE color: 15626668.

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

Color convert

RGB172113238-
CMYK0.280.5300.07
HSL268.32º78.62%68.82%-
HSV(B)268.32º52.52%93.33%-
XYZ38.3526.7584.03-
YUV144.89180.55147.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 113 (44.53% from 255) = 21.61%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=32.89%
G=21.61%
B=45.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721132380.280.5300.07268.3278.6268.82
HexAC71EE1C350710c4f45
Octal254161356346507414117105
Binary1010110011100011110111011100110101011110000110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71EE; }

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

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

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

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

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

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

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

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