#AC7CE0

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

Shades of Medium Purple #AC7CE0

Tints of Medium Purple #AC7CE0

Color information

#AC7CE0 (or 0xAC7CE0) is unknown color: approx Medium Purple. HEX triplet: AC, 7C and E0. RGB value is (172,124,224). Sum of RGB (Red+Green+Blue) = 172+124+224=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC7CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CE0 is #53831F. Grayscale: #959595. Windows color (decimal): -5473056 or 14711980. OLE color: 14711980.

HSL color Cylindrical-coordinate representation of color #AC7CE0: hue angle of 268.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7CE0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172124224-
CMYK0.230.4500.12
HSL268.8º61.73%68.24%-
HSV(B)268.8º44.64%87.84%-
XYZ37.6828.5774.05-
YUV149.75169.9143.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=33.08%
G=23.85%
B=43.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721242240.230.4500.12268.861.7368.24
HexAC7CE0172D0C10d3e44
Octal254174340275501441576104
Binary1010110011111001110000010111101101011001000011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CE0; }

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

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

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

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

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

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

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

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