#AC97B3

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

Shades of East Side #AC97B3

Tints of East Side #AC97B3

Color information

#AC97B3 (or 0xAC97B3) is unknown color: approx East Side. HEX triplet: AC, 97 and B3. RGB value is (172,151,179). Sum of RGB (Red+Green+Blue) = 172+151+179=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC97B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97B3 is #53684C. Grayscale: #A0A0A0. Windows color (decimal): -5466189 or 11769772. OLE color: 11769772.

HSL color Cylindrical-coordinate representation of color #AC97B3: hue angle of 285º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC97B3 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172151179-
CMYK0.040.1600.30
HSL285º15.56%64.71%-
HSV(B)285º15.64%70.2%-
XYZ36.2234.1647.33-
YUV160.47138.46136.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=34.26%
G=30.08%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721511790.040.1600.3028515.5664.71
HexAC97B341001E11d1041
Octal25422726342003643520101
Binary10101100100101111011001110010000011110100011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97B3; }

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

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

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

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

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

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

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

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