#AC97C2

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

Shades of East Side #AC97C2

Tints of East Side #AC97C2

Color information

#AC97C2 (or 0xAC97C2) is unknown color: approx East Side. HEX triplet: AC, 97 and C2. RGB value is (172,151,194). Sum of RGB (Red+Green+Blue) = 172+151+194=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC97C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C2 is #53683D. Grayscale: #A2A2A2. Windows color (decimal): -5466174 or 12752812. OLE color: 12752812.

HSL color Cylindrical-coordinate representation of color #AC97C2: hue angle of 269.3º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC97C2 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172151194-
CMYK0.110.2200.24
HSL269.3º26.06%67.65%-
HSV(B)269.3º22.16%76.08%-
XYZ37.8234.855.76-
YUV162.18145.96135-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=33.27%
G=29.21%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721511940.110.2200.24269.326.0667.65
HexAC97C2B1601810d1a44
Octal254227302132603041532104
Binary101011001001011111000010101110110011000100001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97C2; }

 p { color: rgb(172,151,194); }

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

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

 a { background-color: rgb(172,151,194); }

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

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

 span { border-color: rgb(172,151,194); }

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