#AC7DC5

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

Shades of East Side #AC7DC5

Tints of East Side #AC7DC5

Color information

#AC7DC5 (or 0xAC7DC5) is unknown color: approx East Side. HEX triplet: AC, 7D and C5. RGB value is (172,125,197). Sum of RGB (Red+Green+Blue) = 172+125+197=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC7DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DC5 is #53823A. Grayscale: #939393. Windows color (decimal): -5472827 or 12942764. OLE color: 12942764.

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

Color convert

RGB172125197-
CMYK0.130.3700.23
HSL279.17º38.3%63.14%-
HSV(B)279.17º36.55%77.25%-
XYZ34.4227.4756.31-
YUV147.26156.07145.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=34.82%
G=25.30%
B=39.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721251970.130.3700.23279.1738.363.14
HexAC7DC5D25017117263f
Octal25417530515450274274677
Binary101011001111101110001011101100101010111100010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DC5; }

 p { color: rgb(172,125,197); }

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

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

 a { background-color: rgb(172,125,197); }

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

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

 span { border-color: rgb(172,125,197); }

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