#AC9DBA

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

Shades of East Side #AC9DBA

Tints of East Side #AC9DBA

Color information

#AC9DBA (or 0xAC9DBA) is unknown color: approx East Side. HEX triplet: AC, 9D and BA. RGB value is (172,157,186). Sum of RGB (Red+Green+Blue) = 172+157+186=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DBA is #536245. Grayscale: #A4A4A4. Windows color (decimal): -5464646 or 12230060. OLE color: 12230060.

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

Color convert

RGB172157186-
CMYK0.080.1600.27
HSL271.03º17.37%67.25%-
HSV(B)271.03º15.59%72.94%-
XYZ37.9336.4351.49-
YUV164.79139.97133.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=33.40%
G=30.49%
B=36.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721571860.080.1600.27271.0317.3767.25
HexAC9DBA81001B10f1143
Octal254235272102003341721103
Binary101011001001110110111010100010000011011100001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DBA; }

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

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

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

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

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

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

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

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