#AC9ABB

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

Shades of East Side #AC9ABB

Tints of East Side #AC9ABB

Color information

#AC9ABB (or 0xAC9ABB) is unknown color: approx East Side. HEX triplet: AC, 9A and BB. RGB value is (172,154,187). Sum of RGB (Red+Green+Blue) = 172+154+187=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ABB is #536544. Grayscale: #A3A3A3. Windows color (decimal): -5465413 or 12294828. OLE color: 12294828.

HSL color Cylindrical-coordinate representation of color #AC9ABB: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC9ABB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172154187-
CMYK0.080.1800.27
HSL272.73º19.53%66.86%-
HSV(B)272.73º17.65%73.33%-
XYZ37.5435.4751.88-
YUV163.14141.46134.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=33.53%
G=30.02%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721541870.080.1800.27272.7319.5366.86
HexAC9ABB81201B1111443
Octal254232273102203342124103
Binary101011001001101010111011100010010011011100010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ABB; }

 p { color: rgb(172,154,187); }

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

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

 a { background-color: rgb(172,154,187); }

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

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

 span { border-color: rgb(172,154,187); }

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