#AC7CE2

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

Shades of Medium Purple #AC7CE2

Tints of Medium Purple #AC7CE2

Color information

#AC7CE2 (or 0xAC7CE2) is unknown color: approx Medium Purple. HEX triplet: AC, 7C and E2. RGB value is (172,124,226). Sum of RGB (Red+Green+Blue) = 172+124+226=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC7CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CE2 is #53831D. Grayscale: #959595. Windows color (decimal): -5473054 or 14843052. OLE color: 14843052.

HSL color Cylindrical-coordinate representation of color #AC7CE2: hue angle of 268.24º degrees, saturation: 0.64, 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 #AC7CE2 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172124226-
CMYK0.240.4500.11
HSL268.24º63.75%68.63%-
HSV(B)268.24º45.13%88.63%-
XYZ37.9528.6875.49-
YUV149.98170.9143.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 226 (88.67% from 255) = 43.30%
R=32.95%
G=23.75%
B=43.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721242260.240.4500.11268.2463.7568.63
HexAC7CE2182D0B10c4045
Octal2541743423055013414100105
Binary10101100111110011100010110001011010101110000110010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CE2; }

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

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

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

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

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

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

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

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