#AC7EE2

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

Shades of Medium Purple #AC7EE2

Tints of Medium Purple #AC7EE2

Color information

#AC7EE2 (or 0xAC7EE2) is unknown color: approx Medium Purple. HEX triplet: AC, 7E and E2. RGB value is (172,126,226). Sum of RGB (Red+Green+Blue) = 172+126+226=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC7EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EE2 is #53811D. Grayscale: #969696. Windows color (decimal): -5472542 or 14843564. OLE color: 14843564.

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

Color convert

RGB172126226-
CMYK0.240.4400.11
HSL267.6º63.29%69.02%-
HSV(B)267.6º44.25%88.63%-
XYZ38.229.1875.57-
YUV151.15170.24142.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=32.82%
G=24.05%
B=43.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721262260.240.4400.11267.663.2969.02
HexAC7EE2182C0B10c3f45
Octal254176342305401341477105
Binary1010110011111101110001011000101100010111000011001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EE2; }

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

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

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

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

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

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

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

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