#AC7CC9

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

Shades of East Side #AC7CC9

Tints of East Side #AC7CC9

Color information

#AC7CC9 (or 0xAC7CC9) is unknown color: approx East Side. HEX triplet: AC, 7C and C9. RGB value is (172,124,201). Sum of RGB (Red+Green+Blue) = 172+124+201=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC7CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CC9 is #538336. Grayscale: #929292. Windows color (decimal): -5473079 or 13204652. OLE color: 13204652.

HSL color Cylindrical-coordinate representation of color #AC7CC9: hue angle of 277.4º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC7CC9 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172124201-
CMYK0.140.3800.21
HSL277.4º41.62%63.73%-
HSV(B)277.4º38.31%78.82%-
XYZ34.7627.458.72-
YUV147.13158.4145.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=34.61%
G=24.95%
B=40.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721242010.140.3800.21277.441.6263.73
HexAC7CC9E260151152a40
Octal254174311164602542552100
Binary1010110011111001100100111101001100101011000101011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CC9; }

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

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

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

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

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

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

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

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