#AC9FBA

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

Shades of East Side #AC9FBA

Tints of East Side #AC9FBA

Color information

#AC9FBA (or 0xAC9FBA) is unknown color: approx East Side. HEX triplet: AC, 9F and BA. RGB value is (172,159,186). Sum of RGB (Red+Green+Blue) = 172+159+186=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBA is #536045. Grayscale: #A5A5A5. Windows color (decimal): -5464134 or 12230572. OLE color: 12230572.

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

Color convert

RGB172159186-
CMYK0.080.1500.27
HSL268.89º16.36%67.65%-
HSV(B)268.89º14.52%72.94%-
XYZ38.2737.1151.6-
YUV165.96139.31132.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=33.27%
G=30.75%
B=35.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721591860.080.1500.27268.8916.3667.65
HexAC9FBA8F01B10d1044
Octal254237272101703341520104
Binary10101100100111111011101010001111011011100001101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FBA; }

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

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

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

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

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

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

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

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