#AC97C0

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

Shades of East Side #AC97C0

Tints of East Side #AC97C0

Color information

#AC97C0 (or 0xAC97C0) is unknown color: approx East Side. HEX triplet: AC, 97 and C0. RGB value is (172,151,192). Sum of RGB (Red+Green+Blue) = 172+151+192=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C0 is #53683F. Grayscale: #A1A1A1. Windows color (decimal): -5466176 or 12621740. OLE color: 12621740.

HSL color Cylindrical-coordinate representation of color #AC97C0: hue angle of 270.73º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC97C0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172151192-
CMYK0.100.2100.25
HSL270.73º24.55%67.25%-
HSV(B)270.73º21.35%75.29%-
XYZ37.5934.7154.59-
YUV161.95144.96135.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=33.40%
G=29.32%
B=37.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721511920.100.2100.25270.7324.5567.25
HexAC97C0A1501910f1943
Octal254227300122503141731103
Binary101011001001011111000000101010101011001100001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97C0; }

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

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

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

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

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

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

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

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