#AC6AEC

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

Shades of Medium Purple #AC6AEC

Tints of Medium Purple #AC6AEC

Color information

#AC6AEC (or 0xAC6AEC) is unknown color: approx Medium Purple. HEX triplet: AC, 6A and EC. RGB value is (172,106,236). Sum of RGB (Red+Green+Blue) = 172+106+236=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC6AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AEC is #539513. Grayscale: #8C8C8C. Windows color (decimal): -5477652 or 15493804. OLE color: 15493804.

HSL color Cylindrical-coordinate representation of color #AC6AEC: hue angle of 270.46º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC6AEC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172106236-
CMYK0.270.5500.07
HSL270.46º77.38%67.06%-
HSV(B)270.46º55.08%92.55%-
XYZ37.3125.1382.24-
YUV140.55181.87150.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=33.46%
G=20.62%
B=45.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721062360.270.5500.07270.4677.3867.06
HexAC6AEC1B370710e4d43
Octal254152354336707416115103
Binary1010110011010101110110011011110111011110000111010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6AEC; }

 p { color: rgb(172,106,236); }

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

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

 a { background-color: rgb(172,106,236); }

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

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

 span { border-color: rgb(172,106,236); }

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