#AC7CC6

Color #AC7CC6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AC7CC6

Tints of East Side #AC7CC6

Color information

#AC7CC6 (or 0xAC7CC6) is unknown color: approx East Side. HEX triplet: AC, 7C and C6. RGB value is (172,124,198). Sum of RGB (Red+Green+Blue) = 172+124+198=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC7CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CC6 is #538339. Grayscale: #929292. Windows color (decimal): -5473082 or 13008044. OLE color: 13008044.

HSL color Cylindrical-coordinate representation of color #AC7CC6: hue angle of 278.92º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC7CC6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172124198-
CMYK0.130.3700.22
HSL278.92º39.36%63.14%-
HSV(B)278.92º37.37%77.65%-
XYZ34.4127.2656.87-
YUV146.79156.9145.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 198 (77.73% from 255) = 40.08%
R=34.82%
G=25.10%
B=40.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721241980.130.3700.22278.9239.3663.14
HexAC7CC6D25016117273f
Octal25417430615450264274777
Binary101011001111100110001101101100101010110100010111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CC6; }

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

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

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

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

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

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

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

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