#AC9BBA

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

Shades of East Side #AC9BBA

Tints of East Side #AC9BBA

Color information

#AC9BBA (or 0xAC9BBA) is unknown color: approx East Side. HEX triplet: AC, 9B and BA. RGB value is (172,155,186). Sum of RGB (Red+Green+Blue) = 172+155+186=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BBA is #536445. Grayscale: #A3A3A3. Windows color (decimal): -5465158 or 12229548. OLE color: 12229548.

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

Color convert

RGB172155186-
CMYK0.080.1700.27
HSL272.9º18.34%66.86%-
HSV(B)272.9º16.67%72.94%-
XYZ37.635.7651.37-
YUV163.62140.63133.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=33.53%
G=30.21%
B=36.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721551860.080.1700.27272.918.3466.86
HexAC9BBA81101B1111243
Octal254233272102103342122103
Binary101011001001101110111010100010001011011100010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BBA; }

 p { color: rgb(172,155,186); }

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

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

 a { background-color: rgb(172,155,186); }

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

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

 span { border-color: rgb(172,155,186); }

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