#AC96BD

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

Shades of East Side #AC96BD

Tints of East Side #AC96BD

Color information

#AC96BD (or 0xAC96BD) is unknown color: approx East Side. HEX triplet: AC, 96 and BD. RGB value is (172,150,189). Sum of RGB (Red+Green+Blue) = 172+150+189=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96BD is #536942. Grayscale: #A0A0A0. Windows color (decimal): -5466435 or 12424876. OLE color: 12424876.

HSL color Cylindrical-coordinate representation of color #AC96BD: hue angle of 273.85º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC96BD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172150189-
CMYK0.090.2100.26
HSL273.85º22.81%66.47%-
HSV(B)273.85º20.63%74.12%-
XYZ37.134.2652.8-
YUV161.02143.79135.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=33.66%
G=29.35%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721501890.090.2100.26273.8522.8166.47
HexAC96BD91501A1121742
Octal254226275112503242227102
Binary101011001001011010111101100110101011010100010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96BD; }

 p { color: rgb(172,150,189); }

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

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

 a { background-color: rgb(172,150,189); }

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

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

 span { border-color: rgb(172,150,189); }

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