#AC97B5

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

Shades of East Side #AC97B5

Tints of East Side #AC97B5

Color information

#AC97B5 (or 0xAC97B5) is unknown color: approx East Side. HEX triplet: AC, 97 and B5. RGB value is (172,151,181). Sum of RGB (Red+Green+Blue) = 172+151+181=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC97B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97B5 is #53684A. Grayscale: #A0A0A0. Windows color (decimal): -5466187 or 11900844. OLE color: 11900844.

HSL color Cylindrical-coordinate representation of color #AC97B5: hue angle of 282º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC97B5 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172151181-
CMYK0.050.1700.29
HSL282º16.85%65.1%-
HSV(B)282º16.57%70.98%-
XYZ36.4234.2448.41-
YUV160.7139.46136.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=34.13%
G=29.96%
B=35.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721511810.050.1700.2928216.8565.1
HexAC97B551101D11a1141
Octal25422726552103543221101
Binary10101100100101111011010110110001011101100011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97B5; }

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

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

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

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

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

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

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

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