#AC7EE4

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

Shades of Medium Purple #AC7EE4

Tints of Medium Purple #AC7EE4

Color information

#AC7EE4 (or 0xAC7EE4) is unknown color: approx Medium Purple. HEX triplet: AC, 7E and E4. RGB value is (172,126,228). Sum of RGB (Red+Green+Blue) = 172+126+228=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC7EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EE4 is #53811B. Grayscale: #979797. Windows color (decimal): -5472540 or 14974636. OLE color: 14974636.

HSL color Cylindrical-coordinate representation of color #AC7EE4: hue angle of 267.06º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7EE4 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172126228-
CMYK0.250.4500.11
HSL267.06º65.38%69.41%-
HSV(B)267.06º44.74%89.41%-
XYZ38.4829.2977.03-
YUV151.38171.24142.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=32.70%
G=23.95%
B=43.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721262280.250.4500.11267.0665.3869.41
HexAC7EE4192D0B10b4145
Octal2541763443155013413101105
Binary10101100111111011100100110011011010101110000101110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EE4; }

 p { color: rgb(172,126,228); }

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

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

 a { background-color: rgb(172,126,228); }

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

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

 span { border-color: rgb(172,126,228); }

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