#AC7CE8

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

Shades of Medium Purple #AC7CE8

Tints of Medium Purple #AC7CE8

Color information

#AC7CE8 (or 0xAC7CE8) is unknown color: approx Medium Purple. HEX triplet: AC, 7C and E8. RGB value is (172,124,232). Sum of RGB (Red+Green+Blue) = 172+124+232=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC7CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CE8 is #538317. Grayscale: #969696. Windows color (decimal): -5473048 or 15236268. OLE color: 15236268.

HSL color Cylindrical-coordinate representation of color #AC7CE8: hue angle of 266.67º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7CE8 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172124232-
CMYK0.260.4700.09
HSL266.67º70.13%69.8%-
HSV(B)266.67º46.55%90.98%-
XYZ38.7929.0179.9-
YUV150.66173.9143.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 232 (91.02% from 255) = 43.94%
R=32.58%
G=23.48%
B=43.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721242320.260.4700.09266.6770.1369.8
HexAC7CE81A2F0910b4646
Octal2541743503257011413106106
Binary10101100111110011101000110101011110100110000101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CE8; }

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

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

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

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

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

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

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

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