#AC9ABC

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

Shades of East Side #AC9ABC

Tints of East Side #AC9ABC

Color information

#AC9ABC (or 0xAC9ABC) is unknown color: approx East Side. HEX triplet: AC, 9A and BC. RGB value is (172,154,188). Sum of RGB (Red+Green+Blue) = 172+154+188=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ABC is #536543. Grayscale: #A3A3A3. Windows color (decimal): -5465412 or 12360364. OLE color: 12360364.

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

Color convert

RGB172154188-
CMYK0.090.1800.26
HSL271.76º20.24%67.06%-
HSV(B)271.76º18.09%73.73%-
XYZ37.6535.5152.45-
YUV163.26141.96134.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=33.46%
G=29.96%
B=36.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721541880.090.1800.26271.7620.2467.06
HexAC9ABC91201A1101443
Octal254232274112203242024103
Binary101011001001101010111100100110010011010100010000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ABC; }

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

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

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

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

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

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

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

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