#AC9ABF

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

Shades of East Side #AC9ABF

Tints of East Side #AC9ABF

Color information

#AC9ABF (or 0xAC9ABF) is unknown color: approx East Side. HEX triplet: AC, 9A and BF. RGB value is (172,154,191). Sum of RGB (Red+Green+Blue) = 172+154+191=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC9ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ABF is #536540. Grayscale: #A3A3A3. Windows color (decimal): -5465409 or 12556972. OLE color: 12556972.

HSL color Cylindrical-coordinate representation of color #AC9ABF: hue angle of 269.19º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9ABF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172154191-
CMYK0.100.1900.25
HSL269.19º22.42%67.65%-
HSV(B)269.19º19.37%74.9%-
XYZ37.9735.6454.17-
YUV163.6143.46133.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 191 (75% from 255) = 36.94%
R=33.27%
G=29.79%
B=36.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721541910.100.1900.25269.1922.4267.65
HexAC9ABFA1301910d1644
Octal254232277122303141526104
Binary101011001001101010111111101010011011001100001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ABF; }

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

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

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

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

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

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

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

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