#AC9ABA

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

Shades of East Side #AC9ABA

Tints of East Side #AC9ABA

Color information

#AC9ABA (or 0xAC9ABA) is unknown color: approx East Side. HEX triplet: AC, 9A and BA. RGB value is (172,154,186). Sum of RGB (Red+Green+Blue) = 172+154+186=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ABA is #536545. Grayscale: #A2A2A2. Windows color (decimal): -5465414 or 12229292. OLE color: 12229292.

HSL color Cylindrical-coordinate representation of color #AC9ABA: hue angle of 273.75º degrees, saturation: 0.19, 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 #AC9ABA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172154186-
CMYK0.080.1700.27
HSL273.75º18.82%66.67%-
HSV(B)273.75º17.2%72.94%-
XYZ37.4335.4351.32-
YUV163.03140.96134.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=33.59%
G=30.08%
B=36.33%

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
Decimal1721541860.080.1700.27273.7518.8266.67
HexAC9ABA81101B1121343
Octal254232272102103342223103
Binary101011001001101010111010100010001011011100010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ABA; }

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

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

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

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

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

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

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

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